Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-45287 (GCVE-0-2023-45287)
Vulnerability from cvelistv5
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Go standard library | crypto/tls |
Version: 0 ≤ |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T20:21:15.309Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/issue/20654"
},
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/cl/326012/26"
},
{
"tags": [
"x_transferred"
],
"url": "https://groups.google.com/g/golang-announce/c/QMK8IQALDvA"
},
{
"tags": [
"x_transferred"
],
"url": "https://people.redhat.com/~hkario/marvin/"
},
{
"tags": [
"x_transferred"
],
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20240112-0005/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "crypto/tls",
"product": "crypto/tls",
"programRoutines": [
{
"name": "rsaKeyAgreement.processClientKeyExchange"
},
{
"name": "rsaKeyAgreement.generateClientKeyExchange"
},
{
"name": "Conn.Handshake"
},
{
"name": "Conn.HandshakeContext"
},
{
"name": "Conn.Read"
},
{
"name": "Conn.Write"
},
{
"name": "Dial"
},
{
"name": "DialWithDialer"
},
{
"name": "Dialer.Dial"
},
{
"name": "Dialer.DialContext"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.20.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Before Go 1.20, the RSA based TLS key exchanges used the math/big library, which is not constant time. RSA blinding was applied to prevent timing attacks, but analysis shows this may not have been fully effective. In particular it appears as if the removal of PKCS#1 padding may leak timing information, which in turn could be used to recover session key bits. In Go 1.20, the crypto/tls library switched to a fully constant time RSA implementation, which we do not believe exhibits any timing side channels."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-208: Observable Timing Discrepancy",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-01-12T14:06:27.569Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/issue/20654"
},
{
"url": "https://go.dev/cl/326012/26"
},
{
"url": "https://groups.google.com/g/golang-announce/c/QMK8IQALDvA"
},
{
"url": "https://people.redhat.com/~hkario/marvin/"
},
{
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
},
{
"url": "https://security.netapp.com/advisory/ntap-20240112-0005/"
}
],
"title": "Before Go 1.20, the RSA based key exchange methods in crypto/tls may exhibit a timing side channel"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2023-45287",
"datePublished": "2023-12-05T16:18:06.104Z",
"dateReserved": "2023-10-06T17:06:26.221Z",
"dateUpdated": "2025-02-13T17:14:00.588Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2023-45287\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2023-12-05T17:15:08.570\",\"lastModified\":\"2024-11-21T08:26:42.250\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Before Go 1.20, the RSA based TLS key exchanges used the math/big library, which is not constant time. RSA blinding was applied to prevent timing attacks, but analysis shows this may not have been fully effective. In particular it appears as if the removal of PKCS#1 padding may leak timing information, which in turn could be used to recover session key bits. In Go 1.20, the crypto/tls library switched to a fully constant time RSA implementation, which we do not believe exhibits any timing side channels.\"},{\"lang\":\"es\",\"value\":\"Antes de Go 1.20, los intercambios de claves TLS basados en RSA utilizaban la librer\u00eda math/big, que no es un tiempo constante. Se aplic\u00f3 blinding RSA para prevenir ataques sincronizados, pero el an\u00e1lisis muestra que esto puede no haber sido completamente efectivo. En particular, parece que la eliminaci\u00f3n del relleno PKCS#1 puede filtrar informaci\u00f3n de tiempo, que a su vez podr\u00eda usarse para recuperar bits de clave de sesi\u00f3n. En Go 1.20, la librer\u00eda crypto/tls cambi\u00f3 a una implementaci\u00f3n RSA de tiempo completamente constante, que no creemos que muestre ning\u00fan canal lateral de temporizaci\u00f3n.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-203\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.20.0\",\"matchCriteriaId\":\"A96BDB4B-F1DA-4948-8E56-8B4933BB8BC2\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/326012/26\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\"]},{\"url\":\"https://go.dev/issue/20654\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/QMK8IQALDvA\",\"source\":\"security@golang.org\",\"tags\":[\"Mailing List\",\"Release Notes\"]},{\"url\":\"https://people.redhat.com/~hkario/marvin/\",\"source\":\"security@golang.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2023-2375\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20240112-0005/\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/cl/326012/26\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\"]},{\"url\":\"https://go.dev/issue/20654\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/QMK8IQALDvA\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Release Notes\"]},{\"url\":\"https://people.redhat.com/~hkario/marvin/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2023-2375\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20240112-0005/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}"
}
}
wid-sec-w-2024-1228
Vulnerability from csaf_certbund
Notes
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat OpenStack ist eine Sammlung von Diensten, um Cloud-Computing in Form von Infrastructure as a Service (IaaS) bereitstellen zu k\u00f6nnen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat OpenStack ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, eine Denial-of-Service-Zustand zu erzeugen, um vertrauliche Informationen offenzulegen und Daten zu \u00e4ndern.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2024-1228 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1228.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-1228 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1228"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2727 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2727"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2729 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2729"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2730 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2730"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2767 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2767"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2731 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2731"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2732 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2732"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2733 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2733"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2734 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2734"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2735 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2735"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2768 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2768"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2736 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2736"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2770 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2770"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2737 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2737"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2769 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2769"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3352 vom 2024-05-23",
"url": "https://access.redhat.com/errata/RHSA-2024:3352"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3327 vom 2024-05-29",
"url": "https://access.redhat.com/errata/RHSA-2024:3327"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3331 vom 2024-05-30",
"url": "https://access.redhat.com/errata/RHSA-2024:3331"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3467 vom 2024-05-29",
"url": "https://access.redhat.com/errata/RHSA-2024:3467"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3713 vom 2024-06-12",
"url": "https://access.redhat.com/errata/RHSA-2024:3713"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4054 vom 2024-06-24",
"url": "https://access.redhat.com/errata/RHSA-2024:4054"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:7987 vom 2024-10-10",
"url": "https://access.redhat.com/errata/RHSA-2024:7987"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:8688 vom 2024-11-06",
"url": "https://access.redhat.com/errata/RHSA-2024:8688"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:8692 vom 2024-11-07",
"url": "https://access.redhat.com/errata/RHSA-2024:8692"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:10142 vom 2024-11-26",
"url": "https://access.redhat.com/errata/RHSA-2024:10142"
}
],
"source_lang": "en-US",
"title": "Red Hat OpenStack: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2024-11-25T23:00:00.000+00:00",
"generator": {
"date": "2024-11-26T12:46:38.211+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.8"
}
},
"id": "WID-SEC-W-2024-1228",
"initial_release_date": "2024-05-22T22:00:00.000+00:00",
"revision_history": [
{
"date": "2024-05-22T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-05-23T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-05-30T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-06-11T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-06-23T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-10-10T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-11-06T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-11-25T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "8"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "Container Platform \u003c4.15.39",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.15.39",
"product_id": "T039437"
}
},
{
"category": "product_version",
"name": "Container Platform 4.15.39",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15.39",
"product_id": "T039437-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.15.39"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "16.2",
"product": {
"name": "Red Hat OpenStack 16.2",
"product_id": "T023999",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:16.2"
}
}
},
{
"category": "product_version_range",
"name": "\u003c17.1",
"product": {
"name": "Red Hat OpenStack \u003c17.1",
"product_id": "T031314"
}
},
{
"category": "product_version",
"name": "17.1",
"product": {
"name": "Red Hat OpenStack 17.1",
"product_id": "T031314-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:17.1"
}
}
}
],
"category": "product_name",
"name": "OpenStack"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-1135",
"notes": [
{
"category": "description",
"text": "Es besteht eine HTTP-Request -Smuggling-Schwachstelle in der Python-Gunicorn-Komponente von Red Hat OpenStack. Grund ist eine unsachgem\u00e4\u00dfe Verarbeitung von Anfragen. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, was zu Cache Poisoning, Sitzungsmanipulation und Datenoffenlegung f\u00fchren kann."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-1135"
},
{
"cve": "CVE-2023-39325",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese Schwachstellen betreffen die etcd-Komponente und k\u00f6nnten einen Timing-Side-Channel- oder Rapid-Reset-Angriff erm\u00f6glichen. Ein entfernter, anonymer Angreifer k\u00f6nnte diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen und vertrauliche Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-39325"
},
{
"cve": "CVE-2023-44487",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese Schwachstellen betreffen die etcd-Komponente und k\u00f6nnten einen Timing-Side-Channel- oder Rapid-Reset-Angriff erm\u00f6glichen. Ein entfernter, anonymer Angreifer k\u00f6nnte diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen und vertrauliche Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-44487"
},
{
"cve": "CVE-2023-45288",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese Schwachstellen betreffen die etcd-Komponente und k\u00f6nnten einen Timing-Side-Channel- oder Rapid-Reset-Angriff erm\u00f6glichen. Ein entfernter, anonymer Angreifer k\u00f6nnte diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen und vertrauliche Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-45288"
},
{
"cve": "CVE-2024-4438",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese Schwachstellen betreffen die etcd-Komponente und k\u00f6nnten einen Timing-Side-Channel- oder Rapid-Reset-Angriff erm\u00f6glichen. Ein entfernter, anonymer Angreifer k\u00f6nnte diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen und vertrauliche Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-4438"
},
{
"cve": "CVE-2023-39326",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese Fehler betreffen die Komponente collectd-sensubility aufgrund mehrerer sicherheitsrelevanter Probleme wie unsachgem\u00e4\u00dfe Speicherchunk-Erweiterung und HTTP-Request-Handlung, die zur Resource-Exhaustion f\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen und vertrauliche Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-39326"
},
{
"cve": "CVE-2023-45287",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese Fehler betreffen die Komponente collectd-sensubility aufgrund mehrerer sicherheitsrelevanter Probleme wie unsachgem\u00e4\u00dfe Speicherchunk-Erweiterung und HTTP-Request-Handlung, die zur Resource-Exhaustion f\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen und vertrauliche Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-45287"
},
{
"cve": "CVE-2024-1394",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese Fehler betreffen die Komponente collectd-sensubility aufgrund mehrerer sicherheitsrelevanter Probleme wie unsachgem\u00e4\u00dfe Speicherchunk-Erweiterung und HTTP-Request-Handlung, die zur Resource-Exhaustion f\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen und vertrauliche Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-1394"
},
{
"cve": "CVE-2024-24680",
"notes": [
{
"category": "description",
"text": "Es besteht eine Schwachstelle in Red Hat OpenStack. Dieser Fehler besteht in der Python-Django-Komponente aufgrund der unsachgem\u00e4\u00dfen Behandlung sehr langer Strings, was zu \u00fcberm\u00e4\u00dfiger Rechenzeit oder Speichernutzung f\u00fchrt. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-24680"
},
{
"cve": "CVE-2024-1141",
"notes": [
{
"category": "description",
"text": "Es besteht eine Schwachstelle in Red Hat OpenStack. Diese Schwachstelle betrifft die Python-Glance-Store-Komponente aufgrund unsachgem\u00e4\u00dfer Protokollierungspraktiken, wenn die DEBUG-Protokollebene aktiviert ist, was zur Offenlegung des Zugriffsschl\u00fcssels f\u00fchrt. Ein lokaler Angreifer kann diese Schwachstelle ausnutzen, um vertrauliche Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-1141"
},
{
"cve": "CVE-2023-45803",
"notes": [
{
"category": "description",
"text": "Es besteht eine Scwachstelle in Red Hat OpenStack. Dieser Fehler betrifft die python-urllib3-Komponente aufgrund der unsachgem\u00e4\u00dfen Behandlung von HTTP-Weiterleitungen, da der Anfragetr\u00e4ger nicht entfernt wird, wodurch m\u00f6glicherweise vertrauliche Informationen offengelegt werden, aber nur, wenn der Ursprungsdienst kompromittiert ist. Ein Angreifer aus einem benachbarten Netzwerk kann diese Schwachstelle ausnutzen, um vertrauliche Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-45803"
},
{
"cve": "CVE-2023-48795",
"notes": [
{
"category": "description",
"text": "Es besteht eine Schwachstelle in Red Hat OpenStack. Ein SSH-Channel-Integrit\u00e4tsfehler besteht in der python-paramiko-Komponente, der es einem MITM-Angreifer erm\u00f6glicht, erste Nachrichten zu l\u00f6schen, ohne einen MAC-Fehler zu verursachen. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, was zur Manipulation des SSH-Protokolls durch Manipulation der Sequenznummer f\u00fchrt."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-48795"
},
{
"cve": "CVE-2023-6725",
"notes": [
{
"category": "description",
"text": "Es besteht eine Schwachstelle in Red Hat OpenStack. Dieser Fehler besteht in den Komponenten openstack-tripleo-heat-templates und tripleo-ansible aufgrund einer unsachgem\u00e4\u00dfen Implementierung der Zugriffskontrolle. Ein lokaler Angreifer kann diese Schwachstelle ausnutzen, um vertrauliche Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6725"
},
{
"cve": "CVE-2023-6110",
"notes": [
{
"category": "description",
"text": "Es besteht eine Schwachstelle in Red Hat OpenStack. Diese Schwachstelle besteht in der Komponente python-openstackclient aufgrund eines ungeeigneten Zugriffskontrollmechanismus, der zum L\u00f6schen von Zugriffsregeln f\u00fchrt. Ein entfernter, authentifizierter Angreifer kann diese Schwachstelle ausnutzen, um bestehende Zugriffsregeln zu manipulieren und einen Denial-of-Service-Zustand zu erzeugen. Eine erfolgreiche Ausnutzung erfordert eine Benutzerteraktion."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6110"
},
{
"cve": "CVE-2024-22195",
"notes": [
{
"category": "description",
"text": "Es wurde eine Cross-Site Scripting-Schwachstelle in Red Hat OpenStack in der Komponente openstack-ansible-core identifiziert. HTML und Script-Eingaben werden nicht ordnungsgem\u00e4\u00df \u00fcberpr\u00fcft, bevor sie an den Benutzer zur\u00fcckgegeben werden. Ein entfernter, anonymer Angreifer kann durch Ausnutzung dieser Schwachstellen beliebigen HTML- und Script-Code durch den Browser des Benutzers im Kontext der betroffenen Seite ausf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-22195"
}
]
}
WID-SEC-W-2024-1226
Vulnerability from csaf_certbund
Notes
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat OpenShift ist eine \"Platform as a Service\" (PaaS) L\u00f6sung zur Bereitstellung von Applikationen in der Cloud.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Red Hat OpenShift ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand zu verursachen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2024-1226 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1226.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-1226 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1226"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2874 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2874"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2929 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2929"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2930 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2930"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2932 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2932"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2933 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2933"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2874 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2901 vom 2024-05-23",
"url": "https://access.redhat.com/errata/RHSA-2024:2901"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3473 vom 2024-05-29",
"url": "https://access.redhat.com/errata/RHSA-2024:3473"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3790 vom 2024-06-11",
"url": "https://access.redhat.com/errata/RHSA-2024:3790"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3715 vom 2024-06-12",
"url": "https://access.redhat.com/errata/RHSA-2024:3715"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3314 vom 2024-06-13",
"url": "https://access.redhat.com/errata/RHSA-2024:3314"
},
{
"category": "external",
"summary": "RedHat Security Advisory",
"url": "https://access.redhat.com/errata/RHSA-2024:3919"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2024:3830 vom 2024-06-14",
"url": "https://errata.build.resf.org/RLSA-2024:3830"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2024:3827 vom 2024-06-14",
"url": "https://errata.build.resf.org/RLSA-2024:3827"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3868 vom 2024-06-17",
"url": "https://access.redhat.com/errata/RHSA-2024:3868"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2024:3826 vom 2024-06-14",
"url": "https://errata.build.resf.org/RLSA-2024:3826"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3889 vom 2024-06-19",
"url": "https://access.redhat.com/errata/RHSA-2024:3889"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3989 vom 2024-06-20",
"url": "https://access.redhat.com/errata/RHSA-2024:3989"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4163 vom 2024-06-27",
"url": "https://access.redhat.com/errata/RHSA-2024:4163"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3637 vom 2024-07-01",
"url": "https://access.redhat.com/errata/RHSA-2024:3637"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1616 vom 2024-07-01",
"url": "https://access.redhat.com/errata/RHSA-2024:1616"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3617 vom 2024-07-01",
"url": "https://access.redhat.com/errata/RHSA-2024:3617"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4269 vom 2024-07-03",
"url": "https://access.redhat.com/errata/RHSA-2024:4269"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4553 vom 2024-07-16",
"url": "https://access.redhat.com/errata/RHSA-2024:4553"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4699 vom 2024-07-25",
"url": "https://access.redhat.com/errata/RHSA-2024:4699"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4455 vom 2024-07-29",
"url": "https://access.redhat.com/errata/RHSA-2024:4455"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASDOCKER-2024-041 vom 2024-08-13",
"url": "https://alas.aws.amazon.com/AL2/ALASDOCKER-2024-041.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:5422 vom 2024-08-20",
"url": "https://access.redhat.com/errata/RHSA-2024:5422"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:5745 vom 2024-08-22",
"url": "https://access.redhat.com/errata/RHSA-2024:5745"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:6667 vom 2024-09-13",
"url": "https://access.redhat.com/errata/RHSA-2024:6667"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:6755 vom 2024-09-18",
"url": "https://access.redhat.com/errata/RHSA-2024:6755"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:7164 vom 2024-09-26",
"url": "https://access.redhat.com/errata/RHSA-2024:7164"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:7184 vom 2024-10-03",
"url": "https://access.redhat.com/errata/RHSA-2024:7184"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:8318 vom 2024-10-23",
"url": "https://access.redhat.com/errata/RHSA-2024:8318"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:8676 vom 2024-10-30",
"url": "https://access.redhat.com/errata/RHSA-2024:8676"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:8677 vom 2024-10-30",
"url": "https://access.redhat.com/errata/RHSA-2024:8677"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:8688 vom 2024-11-06",
"url": "https://access.redhat.com/errata/RHSA-2024:8688"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:8692 vom 2024-11-07",
"url": "https://access.redhat.com/errata/RHSA-2024:8692"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:9088 vom 2024-11-12",
"url": "https://access.redhat.com/errata/RHSA-2024:9088"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7121-2 vom 2024-11-20",
"url": "https://ubuntu.com/security/notices/USN-7121-2"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0164 vom 2025-01-09",
"url": "https://access.redhat.com/errata/RHSA-2025:0164"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0323 vom 2025-01-15",
"url": "https://access.redhat.com/errata/RHSA-2025:0323"
}
],
"source_lang": "en-US",
"title": "Red Hat OpenShift: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-01-14T23:00:00.000+00:00",
"generator": {
"date": "2025-01-15T09:16:13.259+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.10"
}
},
"id": "WID-SEC-W-2024-1226",
"initial_release_date": "2024-05-22T22:00:00.000+00:00",
"revision_history": [
{
"date": "2024-05-22T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-05-23T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-05-30T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-06-10T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-06-11T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-06-13T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-06-16T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Rocky Enterprise Software Foundation und Red Hat aufgenommen"
},
{
"date": "2024-06-18T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-06-19T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-06-27T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-06-30T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-07-02T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-07-15T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-07-25T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-07-29T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-08-13T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2024-08-20T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-08-21T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-09-12T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-09-18T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-09-25T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-10-03T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-10-23T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-10-30T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-11-06T23:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-11-11T23:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-11-20T23:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-01-08T23:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-01-14T23:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "29"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "T035142",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "9",
"product": {
"name": "Red Hat Enterprise Linux 9",
"product_id": "T038901",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "Secondary Scheduler Operator",
"product": {
"name": "Red Hat OpenShift Secondary Scheduler Operator",
"product_id": "T027759",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:::secondary_scheduler_operator"
}
}
},
{
"category": "product_version",
"name": "Kube Descheduler Operator 5",
"product": {
"name": "Red Hat OpenShift Kube Descheduler Operator 5",
"product_id": "T033270",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:kube_descheduler_operator_5"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift",
"product": {
"name": "Red Hat OpenShift",
"product_id": "T035034",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:-"
}
}
},
{
"category": "product_version_range",
"name": "Migration Toolkit for Applications \u003c7.0.3",
"product": {
"name": "Red Hat OpenShift Migration Toolkit for Applications \u003c7.0.3",
"product_id": "T035036"
}
},
{
"category": "product_version",
"name": "Migration Toolkit for Applications 7.0.3",
"product": {
"name": "Red Hat OpenShift Migration Toolkit for Applications 7.0.3",
"product_id": "T035036-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:migration_toolkit_for_applications__7.0.3"
}
}
},
{
"category": "product_version",
"name": "Custom Metric Autoscaler 2",
"product": {
"name": "Red Hat OpenShift Custom Metric Autoscaler 2",
"product_id": "T035047",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:custom_metric_autoscaler_2"
}
}
},
{
"category": "product_version",
"name": "Network Observability 1.6",
"product": {
"name": "Red Hat OpenShift Network Observability 1.6",
"product_id": "T035431",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:network_observability_1.6"
}
}
},
{
"category": "product_version",
"name": "GitOps 1.12",
"product": {
"name": "Red Hat OpenShift GitOps 1.12",
"product_id": "T035679",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:gitops_1.12"
}
}
},
{
"category": "product_version",
"name": "Run Once Duration Override Operator 1",
"product": {
"name": "Red Hat OpenShift Run Once Duration Override Operator 1",
"product_id": "T035698",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:run_once_duration_override_operator_1"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.16.8",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.16.8",
"product_id": "T036959"
}
},
{
"category": "product_version",
"name": "Container Platform 4.16.8",
"product": {
"name": "Red Hat OpenShift Container Platform 4.16.8",
"product_id": "T036959-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.16.8"
}
}
},
{
"category": "product_version_range",
"name": "for Windows Containers \u003c10.15.3",
"product": {
"name": "Red Hat OpenShift for Windows Containers \u003c10.15.3",
"product_id": "T036993"
}
},
{
"category": "product_version",
"name": "for Windows Containers 10.15.3",
"product": {
"name": "Red Hat OpenShift for Windows Containers 10.15.3",
"product_id": "T036993-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:for_windows_containers__10.15.3"
}
}
},
{
"category": "product_version",
"name": "CodeReady Workspaces",
"product": {
"name": "Red Hat OpenShift CodeReady Workspaces",
"product_id": "T037618",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:codeready_workspaces"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.14.38",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.14.38",
"product_id": "T037940"
}
},
{
"category": "product_version",
"name": "Container Platform 4.14.38",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14.38",
"product_id": "T037940-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.14.38"
}
}
},
{
"category": "product_version_range",
"name": "Data Foundation \u003c4.14.13",
"product": {
"name": "Red Hat OpenShift Data Foundation \u003c4.14.13",
"product_id": "T040215"
}
},
{
"category": "product_version",
"name": "Data Foundation 4.14.13",
"product": {
"name": "Red Hat OpenShift Data Foundation 4.14.13",
"product_id": "T040215-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:data_foundation__4.14.13"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-26555",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2020-26555"
},
{
"cve": "CVE-2021-25220",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2021-25220"
},
{
"cve": "CVE-2021-29390",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2021-29390"
},
{
"cve": "CVE-2021-43618",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2021-43618"
},
{
"cve": "CVE-2022-0480",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2022-0480"
},
{
"cve": "CVE-2022-2795",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2022-2795"
},
{
"cve": "CVE-2022-3094",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2022-3094"
},
{
"cve": "CVE-2022-38096",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2022-38096"
},
{
"cve": "CVE-2022-40090",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2022-40090"
},
{
"cve": "CVE-2022-45934",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2022-45934"
},
{
"cve": "CVE-2022-48554",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2022-48554"
},
{
"cve": "CVE-2022-48624",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2022-48624"
},
{
"cve": "CVE-2023-24023",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-24023"
},
{
"cve": "CVE-2023-25193",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-25193"
},
{
"cve": "CVE-2023-25775",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-25775"
},
{
"cve": "CVE-2023-26159",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-26159"
},
{
"cve": "CVE-2023-26364",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-26364"
},
{
"cve": "CVE-2023-28322",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-28322"
},
{
"cve": "CVE-2023-28464",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-28464"
},
{
"cve": "CVE-2023-28866",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-28866"
},
{
"cve": "CVE-2023-2975",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-2975"
},
{
"cve": "CVE-2023-31083",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-31083"
},
{
"cve": "CVE-2023-31122",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-31122"
},
{
"cve": "CVE-2023-3446",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-3446"
},
{
"cve": "CVE-2023-3567",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-3567"
},
{
"cve": "CVE-2023-3618",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-3618"
},
{
"cve": "CVE-2023-37453",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-37453"
},
{
"cve": "CVE-2023-3817",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-3817"
},
{
"cve": "CVE-2023-38469",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-38469"
},
{
"cve": "CVE-2023-38470",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-38470"
},
{
"cve": "CVE-2023-38471",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-38471"
},
{
"cve": "CVE-2023-38472",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-38472"
},
{
"cve": "CVE-2023-38473",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-38473"
},
{
"cve": "CVE-2023-38546",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-38546"
},
{
"cve": "CVE-2023-39189",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-39189"
},
{
"cve": "CVE-2023-39193",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-39193"
},
{
"cve": "CVE-2023-39194",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-39194"
},
{
"cve": "CVE-2023-39198",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-39198"
},
{
"cve": "CVE-2023-39326",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-39326"
},
{
"cve": "CVE-2023-40745",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-40745"
},
{
"cve": "CVE-2023-41175",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-41175"
},
{
"cve": "CVE-2023-4133",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-4133"
},
{
"cve": "CVE-2023-42754",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-42754"
},
{
"cve": "CVE-2023-42756",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-42756"
},
{
"cve": "CVE-2023-43785",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-43785"
},
{
"cve": "CVE-2023-43786",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-43786"
},
{
"cve": "CVE-2023-43787",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-43787"
},
{
"cve": "CVE-2023-43788",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-43788"
},
{
"cve": "CVE-2023-43789",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-43789"
},
{
"cve": "CVE-2023-4408",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-4408"
},
{
"cve": "CVE-2023-45286",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-45286"
},
{
"cve": "CVE-2023-45287",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-45287"
},
{
"cve": "CVE-2023-45288",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-45288"
},
{
"cve": "CVE-2023-45289",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-45289"
},
{
"cve": "CVE-2023-45290",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-45290"
},
{
"cve": "CVE-2023-45857",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-45857"
},
{
"cve": "CVE-2023-45863",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-45863"
},
{
"cve": "CVE-2023-46218",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-46218"
},
{
"cve": "CVE-2023-46862",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-46862"
},
{
"cve": "CVE-2023-47038",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-47038"
},
{
"cve": "CVE-2023-48631",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-48631"
},
{
"cve": "CVE-2023-50387",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-50387"
},
{
"cve": "CVE-2023-50868",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-50868"
},
{
"cve": "CVE-2023-51043",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-51043"
},
{
"cve": "CVE-2023-51779",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-51779"
},
{
"cve": "CVE-2023-51780",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-51780"
},
{
"cve": "CVE-2023-52425",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52425"
},
{
"cve": "CVE-2023-52434",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52434"
},
{
"cve": "CVE-2023-52448",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52448"
},
{
"cve": "CVE-2023-52476",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52476"
},
{
"cve": "CVE-2023-52489",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52489"
},
{
"cve": "CVE-2023-52522",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52522"
},
{
"cve": "CVE-2023-52529",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52529"
},
{
"cve": "CVE-2023-52574",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52574"
},
{
"cve": "CVE-2023-52578",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52578"
},
{
"cve": "CVE-2023-52580",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52580"
},
{
"cve": "CVE-2023-52581",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52581"
},
{
"cve": "CVE-2023-52597",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52597"
},
{
"cve": "CVE-2023-52610",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52610"
},
{
"cve": "CVE-2023-52620",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52620"
},
{
"cve": "CVE-2023-5678",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-5678"
},
{
"cve": "CVE-2023-6040",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6040"
},
{
"cve": "CVE-2023-6121",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6121"
},
{
"cve": "CVE-2023-6129",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6129"
},
{
"cve": "CVE-2023-6176",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6176"
},
{
"cve": "CVE-2023-6228",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6228"
},
{
"cve": "CVE-2023-6237",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6237"
},
{
"cve": "CVE-2023-6240",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6240"
},
{
"cve": "CVE-2023-6531",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6531"
},
{
"cve": "CVE-2023-6546",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6546"
},
{
"cve": "CVE-2023-6622",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6622"
},
{
"cve": "CVE-2023-6915",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6915"
},
{
"cve": "CVE-2023-6931",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6931"
},
{
"cve": "CVE-2023-6932",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6932"
},
{
"cve": "CVE-2023-7008",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-7008"
},
{
"cve": "CVE-2024-0565",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-0565"
},
{
"cve": "CVE-2024-0727",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-0727"
},
{
"cve": "CVE-2024-0841",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-0841"
},
{
"cve": "CVE-2024-1085",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-1085"
},
{
"cve": "CVE-2024-1086",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-1086"
},
{
"cve": "CVE-2024-1394",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-1394"
},
{
"cve": "CVE-2024-1488",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-1488"
},
{
"cve": "CVE-2024-21011",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-21011"
},
{
"cve": "CVE-2024-21012",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-21012"
},
{
"cve": "CVE-2024-21068",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-21068"
},
{
"cve": "CVE-2024-21085",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-21085"
},
{
"cve": "CVE-2024-21094",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-21094"
},
{
"cve": "CVE-2024-22365",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-22365"
},
{
"cve": "CVE-2024-24783",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-24783"
},
{
"cve": "CVE-2024-24784",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-24784"
},
{
"cve": "CVE-2024-24785",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-24785"
},
{
"cve": "CVE-2024-24786",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-24786"
},
{
"cve": "CVE-2024-25062",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-25062"
},
{
"cve": "CVE-2024-25742",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-25742"
},
{
"cve": "CVE-2024-25743",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-25743"
},
{
"cve": "CVE-2024-26582",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-26582"
},
{
"cve": "CVE-2024-26583",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-26583"
},
{
"cve": "CVE-2024-26584",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-26584"
},
{
"cve": "CVE-2024-26585",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-26585"
},
{
"cve": "CVE-2024-26586",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-26586"
},
{
"cve": "CVE-2024-26593",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-26593"
},
{
"cve": "CVE-2024-26602",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-26602"
},
{
"cve": "CVE-2024-26609",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-26609"
},
{
"cve": "CVE-2024-26633",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-26633"
},
{
"cve": "CVE-2024-27316",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-27316"
},
{
"cve": "CVE-2024-28834",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-28834"
},
{
"cve": "CVE-2024-28835",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-28835"
},
{
"cve": "CVE-2024-28849",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-28849"
},
{
"cve": "CVE-2024-29180",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-29180"
},
{
"cve": "CVE-2024-2961",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-2961"
},
{
"cve": "CVE-2024-33599",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-33599"
},
{
"cve": "CVE-2024-33600",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-33600"
},
{
"cve": "CVE-2024-33601",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-33601"
},
{
"cve": "CVE-2024-33602",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-33602"
}
]
}
WID-SEC-W-2024-1228
Vulnerability from csaf_certbund
Notes
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat OpenStack ist eine Sammlung von Diensten, um Cloud-Computing in Form von Infrastructure as a Service (IaaS) bereitstellen zu k\u00f6nnen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat OpenStack ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, eine Denial-of-Service-Zustand zu erzeugen, um vertrauliche Informationen offenzulegen und Daten zu \u00e4ndern.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2024-1228 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1228.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-1228 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1228"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2727 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2727"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2729 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2729"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2730 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2730"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2767 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2767"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2731 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2731"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2732 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2732"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2733 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2733"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2734 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2734"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2735 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2735"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2768 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2768"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2736 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2736"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2770 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2770"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2737 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2737"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2769 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2769"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3352 vom 2024-05-23",
"url": "https://access.redhat.com/errata/RHSA-2024:3352"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3327 vom 2024-05-29",
"url": "https://access.redhat.com/errata/RHSA-2024:3327"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3331 vom 2024-05-30",
"url": "https://access.redhat.com/errata/RHSA-2024:3331"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3467 vom 2024-05-29",
"url": "https://access.redhat.com/errata/RHSA-2024:3467"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3713 vom 2024-06-12",
"url": "https://access.redhat.com/errata/RHSA-2024:3713"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4054 vom 2024-06-24",
"url": "https://access.redhat.com/errata/RHSA-2024:4054"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:7987 vom 2024-10-10",
"url": "https://access.redhat.com/errata/RHSA-2024:7987"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:8688 vom 2024-11-06",
"url": "https://access.redhat.com/errata/RHSA-2024:8688"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:8692 vom 2024-11-07",
"url": "https://access.redhat.com/errata/RHSA-2024:8692"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:10142 vom 2024-11-26",
"url": "https://access.redhat.com/errata/RHSA-2024:10142"
}
],
"source_lang": "en-US",
"title": "Red Hat OpenStack: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2024-11-25T23:00:00.000+00:00",
"generator": {
"date": "2024-11-26T12:46:38.211+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.8"
}
},
"id": "WID-SEC-W-2024-1228",
"initial_release_date": "2024-05-22T22:00:00.000+00:00",
"revision_history": [
{
"date": "2024-05-22T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-05-23T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-05-30T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-06-11T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-06-23T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-10-10T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-11-06T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-11-25T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "8"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "Container Platform \u003c4.15.39",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.15.39",
"product_id": "T039437"
}
},
{
"category": "product_version",
"name": "Container Platform 4.15.39",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15.39",
"product_id": "T039437-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.15.39"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "16.2",
"product": {
"name": "Red Hat OpenStack 16.2",
"product_id": "T023999",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:16.2"
}
}
},
{
"category": "product_version_range",
"name": "\u003c17.1",
"product": {
"name": "Red Hat OpenStack \u003c17.1",
"product_id": "T031314"
}
},
{
"category": "product_version",
"name": "17.1",
"product": {
"name": "Red Hat OpenStack 17.1",
"product_id": "T031314-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:17.1"
}
}
}
],
"category": "product_name",
"name": "OpenStack"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-1135",
"notes": [
{
"category": "description",
"text": "Es besteht eine HTTP-Request -Smuggling-Schwachstelle in der Python-Gunicorn-Komponente von Red Hat OpenStack. Grund ist eine unsachgem\u00e4\u00dfe Verarbeitung von Anfragen. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, was zu Cache Poisoning, Sitzungsmanipulation und Datenoffenlegung f\u00fchren kann."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-1135"
},
{
"cve": "CVE-2023-39325",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese Schwachstellen betreffen die etcd-Komponente und k\u00f6nnten einen Timing-Side-Channel- oder Rapid-Reset-Angriff erm\u00f6glichen. Ein entfernter, anonymer Angreifer k\u00f6nnte diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen und vertrauliche Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-39325"
},
{
"cve": "CVE-2023-44487",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese Schwachstellen betreffen die etcd-Komponente und k\u00f6nnten einen Timing-Side-Channel- oder Rapid-Reset-Angriff erm\u00f6glichen. Ein entfernter, anonymer Angreifer k\u00f6nnte diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen und vertrauliche Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-44487"
},
{
"cve": "CVE-2023-45288",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese Schwachstellen betreffen die etcd-Komponente und k\u00f6nnten einen Timing-Side-Channel- oder Rapid-Reset-Angriff erm\u00f6glichen. Ein entfernter, anonymer Angreifer k\u00f6nnte diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen und vertrauliche Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-45288"
},
{
"cve": "CVE-2024-4438",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese Schwachstellen betreffen die etcd-Komponente und k\u00f6nnten einen Timing-Side-Channel- oder Rapid-Reset-Angriff erm\u00f6glichen. Ein entfernter, anonymer Angreifer k\u00f6nnte diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen und vertrauliche Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-4438"
},
{
"cve": "CVE-2023-39326",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese Fehler betreffen die Komponente collectd-sensubility aufgrund mehrerer sicherheitsrelevanter Probleme wie unsachgem\u00e4\u00dfe Speicherchunk-Erweiterung und HTTP-Request-Handlung, die zur Resource-Exhaustion f\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen und vertrauliche Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-39326"
},
{
"cve": "CVE-2023-45287",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese Fehler betreffen die Komponente collectd-sensubility aufgrund mehrerer sicherheitsrelevanter Probleme wie unsachgem\u00e4\u00dfe Speicherchunk-Erweiterung und HTTP-Request-Handlung, die zur Resource-Exhaustion f\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen und vertrauliche Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-45287"
},
{
"cve": "CVE-2024-1394",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese Fehler betreffen die Komponente collectd-sensubility aufgrund mehrerer sicherheitsrelevanter Probleme wie unsachgem\u00e4\u00dfe Speicherchunk-Erweiterung und HTTP-Request-Handlung, die zur Resource-Exhaustion f\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen und vertrauliche Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-1394"
},
{
"cve": "CVE-2024-24680",
"notes": [
{
"category": "description",
"text": "Es besteht eine Schwachstelle in Red Hat OpenStack. Dieser Fehler besteht in der Python-Django-Komponente aufgrund der unsachgem\u00e4\u00dfen Behandlung sehr langer Strings, was zu \u00fcberm\u00e4\u00dfiger Rechenzeit oder Speichernutzung f\u00fchrt. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-24680"
},
{
"cve": "CVE-2024-1141",
"notes": [
{
"category": "description",
"text": "Es besteht eine Schwachstelle in Red Hat OpenStack. Diese Schwachstelle betrifft die Python-Glance-Store-Komponente aufgrund unsachgem\u00e4\u00dfer Protokollierungspraktiken, wenn die DEBUG-Protokollebene aktiviert ist, was zur Offenlegung des Zugriffsschl\u00fcssels f\u00fchrt. Ein lokaler Angreifer kann diese Schwachstelle ausnutzen, um vertrauliche Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-1141"
},
{
"cve": "CVE-2023-45803",
"notes": [
{
"category": "description",
"text": "Es besteht eine Scwachstelle in Red Hat OpenStack. Dieser Fehler betrifft die python-urllib3-Komponente aufgrund der unsachgem\u00e4\u00dfen Behandlung von HTTP-Weiterleitungen, da der Anfragetr\u00e4ger nicht entfernt wird, wodurch m\u00f6glicherweise vertrauliche Informationen offengelegt werden, aber nur, wenn der Ursprungsdienst kompromittiert ist. Ein Angreifer aus einem benachbarten Netzwerk kann diese Schwachstelle ausnutzen, um vertrauliche Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-45803"
},
{
"cve": "CVE-2023-48795",
"notes": [
{
"category": "description",
"text": "Es besteht eine Schwachstelle in Red Hat OpenStack. Ein SSH-Channel-Integrit\u00e4tsfehler besteht in der python-paramiko-Komponente, der es einem MITM-Angreifer erm\u00f6glicht, erste Nachrichten zu l\u00f6schen, ohne einen MAC-Fehler zu verursachen. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, was zur Manipulation des SSH-Protokolls durch Manipulation der Sequenznummer f\u00fchrt."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-48795"
},
{
"cve": "CVE-2023-6725",
"notes": [
{
"category": "description",
"text": "Es besteht eine Schwachstelle in Red Hat OpenStack. Dieser Fehler besteht in den Komponenten openstack-tripleo-heat-templates und tripleo-ansible aufgrund einer unsachgem\u00e4\u00dfen Implementierung der Zugriffskontrolle. Ein lokaler Angreifer kann diese Schwachstelle ausnutzen, um vertrauliche Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6725"
},
{
"cve": "CVE-2023-6110",
"notes": [
{
"category": "description",
"text": "Es besteht eine Schwachstelle in Red Hat OpenStack. Diese Schwachstelle besteht in der Komponente python-openstackclient aufgrund eines ungeeigneten Zugriffskontrollmechanismus, der zum L\u00f6schen von Zugriffsregeln f\u00fchrt. Ein entfernter, authentifizierter Angreifer kann diese Schwachstelle ausnutzen, um bestehende Zugriffsregeln zu manipulieren und einen Denial-of-Service-Zustand zu erzeugen. Eine erfolgreiche Ausnutzung erfordert eine Benutzerteraktion."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6110"
},
{
"cve": "CVE-2024-22195",
"notes": [
{
"category": "description",
"text": "Es wurde eine Cross-Site Scripting-Schwachstelle in Red Hat OpenStack in der Komponente openstack-ansible-core identifiziert. HTML und Script-Eingaben werden nicht ordnungsgem\u00e4\u00df \u00fcberpr\u00fcft, bevor sie an den Benutzer zur\u00fcckgegeben werden. Ein entfernter, anonymer Angreifer kann durch Ausnutzung dieser Schwachstellen beliebigen HTML- und Script-Code durch den Browser des Benutzers im Kontext der betroffenen Seite ausf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T023999",
"67646",
"T031314",
"T039437"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-22195"
}
]
}
wid-sec-w-2024-1226
Vulnerability from csaf_certbund
Notes
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat OpenShift ist eine \"Platform as a Service\" (PaaS) L\u00f6sung zur Bereitstellung von Applikationen in der Cloud.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Red Hat OpenShift ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand zu verursachen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2024-1226 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1226.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-1226 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1226"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2874 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2874"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2929 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2929"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2930 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2930"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2932 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2932"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2933 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2933"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2874 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2901 vom 2024-05-23",
"url": "https://access.redhat.com/errata/RHSA-2024:2901"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3473 vom 2024-05-29",
"url": "https://access.redhat.com/errata/RHSA-2024:3473"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3790 vom 2024-06-11",
"url": "https://access.redhat.com/errata/RHSA-2024:3790"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3715 vom 2024-06-12",
"url": "https://access.redhat.com/errata/RHSA-2024:3715"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3314 vom 2024-06-13",
"url": "https://access.redhat.com/errata/RHSA-2024:3314"
},
{
"category": "external",
"summary": "RedHat Security Advisory",
"url": "https://access.redhat.com/errata/RHSA-2024:3919"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2024:3830 vom 2024-06-14",
"url": "https://errata.build.resf.org/RLSA-2024:3830"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2024:3827 vom 2024-06-14",
"url": "https://errata.build.resf.org/RLSA-2024:3827"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3868 vom 2024-06-17",
"url": "https://access.redhat.com/errata/RHSA-2024:3868"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2024:3826 vom 2024-06-14",
"url": "https://errata.build.resf.org/RLSA-2024:3826"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3889 vom 2024-06-19",
"url": "https://access.redhat.com/errata/RHSA-2024:3889"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3989 vom 2024-06-20",
"url": "https://access.redhat.com/errata/RHSA-2024:3989"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4163 vom 2024-06-27",
"url": "https://access.redhat.com/errata/RHSA-2024:4163"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3637 vom 2024-07-01",
"url": "https://access.redhat.com/errata/RHSA-2024:3637"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1616 vom 2024-07-01",
"url": "https://access.redhat.com/errata/RHSA-2024:1616"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3617 vom 2024-07-01",
"url": "https://access.redhat.com/errata/RHSA-2024:3617"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4269 vom 2024-07-03",
"url": "https://access.redhat.com/errata/RHSA-2024:4269"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4553 vom 2024-07-16",
"url": "https://access.redhat.com/errata/RHSA-2024:4553"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4699 vom 2024-07-25",
"url": "https://access.redhat.com/errata/RHSA-2024:4699"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4455 vom 2024-07-29",
"url": "https://access.redhat.com/errata/RHSA-2024:4455"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASDOCKER-2024-041 vom 2024-08-13",
"url": "https://alas.aws.amazon.com/AL2/ALASDOCKER-2024-041.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:5422 vom 2024-08-20",
"url": "https://access.redhat.com/errata/RHSA-2024:5422"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:5745 vom 2024-08-22",
"url": "https://access.redhat.com/errata/RHSA-2024:5745"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:6667 vom 2024-09-13",
"url": "https://access.redhat.com/errata/RHSA-2024:6667"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:6755 vom 2024-09-18",
"url": "https://access.redhat.com/errata/RHSA-2024:6755"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:7164 vom 2024-09-26",
"url": "https://access.redhat.com/errata/RHSA-2024:7164"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:7184 vom 2024-10-03",
"url": "https://access.redhat.com/errata/RHSA-2024:7184"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:8318 vom 2024-10-23",
"url": "https://access.redhat.com/errata/RHSA-2024:8318"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:8676 vom 2024-10-30",
"url": "https://access.redhat.com/errata/RHSA-2024:8676"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:8677 vom 2024-10-30",
"url": "https://access.redhat.com/errata/RHSA-2024:8677"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:8688 vom 2024-11-06",
"url": "https://access.redhat.com/errata/RHSA-2024:8688"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:8692 vom 2024-11-07",
"url": "https://access.redhat.com/errata/RHSA-2024:8692"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:9088 vom 2024-11-12",
"url": "https://access.redhat.com/errata/RHSA-2024:9088"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7121-2 vom 2024-11-20",
"url": "https://ubuntu.com/security/notices/USN-7121-2"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0164 vom 2025-01-09",
"url": "https://access.redhat.com/errata/RHSA-2025:0164"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0323 vom 2025-01-15",
"url": "https://access.redhat.com/errata/RHSA-2025:0323"
}
],
"source_lang": "en-US",
"title": "Red Hat OpenShift: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-01-14T23:00:00.000+00:00",
"generator": {
"date": "2025-01-15T09:16:13.259+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.10"
}
},
"id": "WID-SEC-W-2024-1226",
"initial_release_date": "2024-05-22T22:00:00.000+00:00",
"revision_history": [
{
"date": "2024-05-22T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-05-23T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-05-30T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-06-10T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-06-11T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-06-13T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-06-16T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Rocky Enterprise Software Foundation und Red Hat aufgenommen"
},
{
"date": "2024-06-18T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-06-19T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-06-27T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-06-30T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-07-02T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-07-15T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-07-25T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-07-29T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-08-13T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2024-08-20T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-08-21T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-09-12T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-09-18T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-09-25T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-10-03T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-10-23T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-10-30T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-11-06T23:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-11-11T23:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-11-20T23:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-01-08T23:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-01-14T23:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "29"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "T035142",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "9",
"product": {
"name": "Red Hat Enterprise Linux 9",
"product_id": "T038901",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "Secondary Scheduler Operator",
"product": {
"name": "Red Hat OpenShift Secondary Scheduler Operator",
"product_id": "T027759",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:::secondary_scheduler_operator"
}
}
},
{
"category": "product_version",
"name": "Kube Descheduler Operator 5",
"product": {
"name": "Red Hat OpenShift Kube Descheduler Operator 5",
"product_id": "T033270",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:kube_descheduler_operator_5"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift",
"product": {
"name": "Red Hat OpenShift",
"product_id": "T035034",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:-"
}
}
},
{
"category": "product_version_range",
"name": "Migration Toolkit for Applications \u003c7.0.3",
"product": {
"name": "Red Hat OpenShift Migration Toolkit for Applications \u003c7.0.3",
"product_id": "T035036"
}
},
{
"category": "product_version",
"name": "Migration Toolkit for Applications 7.0.3",
"product": {
"name": "Red Hat OpenShift Migration Toolkit for Applications 7.0.3",
"product_id": "T035036-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:migration_toolkit_for_applications__7.0.3"
}
}
},
{
"category": "product_version",
"name": "Custom Metric Autoscaler 2",
"product": {
"name": "Red Hat OpenShift Custom Metric Autoscaler 2",
"product_id": "T035047",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:custom_metric_autoscaler_2"
}
}
},
{
"category": "product_version",
"name": "Network Observability 1.6",
"product": {
"name": "Red Hat OpenShift Network Observability 1.6",
"product_id": "T035431",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:network_observability_1.6"
}
}
},
{
"category": "product_version",
"name": "GitOps 1.12",
"product": {
"name": "Red Hat OpenShift GitOps 1.12",
"product_id": "T035679",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:gitops_1.12"
}
}
},
{
"category": "product_version",
"name": "Run Once Duration Override Operator 1",
"product": {
"name": "Red Hat OpenShift Run Once Duration Override Operator 1",
"product_id": "T035698",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:run_once_duration_override_operator_1"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.16.8",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.16.8",
"product_id": "T036959"
}
},
{
"category": "product_version",
"name": "Container Platform 4.16.8",
"product": {
"name": "Red Hat OpenShift Container Platform 4.16.8",
"product_id": "T036959-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.16.8"
}
}
},
{
"category": "product_version_range",
"name": "for Windows Containers \u003c10.15.3",
"product": {
"name": "Red Hat OpenShift for Windows Containers \u003c10.15.3",
"product_id": "T036993"
}
},
{
"category": "product_version",
"name": "for Windows Containers 10.15.3",
"product": {
"name": "Red Hat OpenShift for Windows Containers 10.15.3",
"product_id": "T036993-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:for_windows_containers__10.15.3"
}
}
},
{
"category": "product_version",
"name": "CodeReady Workspaces",
"product": {
"name": "Red Hat OpenShift CodeReady Workspaces",
"product_id": "T037618",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:codeready_workspaces"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.14.38",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.14.38",
"product_id": "T037940"
}
},
{
"category": "product_version",
"name": "Container Platform 4.14.38",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14.38",
"product_id": "T037940-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.14.38"
}
}
},
{
"category": "product_version_range",
"name": "Data Foundation \u003c4.14.13",
"product": {
"name": "Red Hat OpenShift Data Foundation \u003c4.14.13",
"product_id": "T040215"
}
},
{
"category": "product_version",
"name": "Data Foundation 4.14.13",
"product": {
"name": "Red Hat OpenShift Data Foundation 4.14.13",
"product_id": "T040215-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:data_foundation__4.14.13"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-26555",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2020-26555"
},
{
"cve": "CVE-2021-25220",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2021-25220"
},
{
"cve": "CVE-2021-29390",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2021-29390"
},
{
"cve": "CVE-2021-43618",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2021-43618"
},
{
"cve": "CVE-2022-0480",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2022-0480"
},
{
"cve": "CVE-2022-2795",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2022-2795"
},
{
"cve": "CVE-2022-3094",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2022-3094"
},
{
"cve": "CVE-2022-38096",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2022-38096"
},
{
"cve": "CVE-2022-40090",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2022-40090"
},
{
"cve": "CVE-2022-45934",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2022-45934"
},
{
"cve": "CVE-2022-48554",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2022-48554"
},
{
"cve": "CVE-2022-48624",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2022-48624"
},
{
"cve": "CVE-2023-24023",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-24023"
},
{
"cve": "CVE-2023-25193",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-25193"
},
{
"cve": "CVE-2023-25775",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-25775"
},
{
"cve": "CVE-2023-26159",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-26159"
},
{
"cve": "CVE-2023-26364",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-26364"
},
{
"cve": "CVE-2023-28322",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-28322"
},
{
"cve": "CVE-2023-28464",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-28464"
},
{
"cve": "CVE-2023-28866",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-28866"
},
{
"cve": "CVE-2023-2975",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-2975"
},
{
"cve": "CVE-2023-31083",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-31083"
},
{
"cve": "CVE-2023-31122",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-31122"
},
{
"cve": "CVE-2023-3446",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-3446"
},
{
"cve": "CVE-2023-3567",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-3567"
},
{
"cve": "CVE-2023-3618",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-3618"
},
{
"cve": "CVE-2023-37453",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-37453"
},
{
"cve": "CVE-2023-3817",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-3817"
},
{
"cve": "CVE-2023-38469",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-38469"
},
{
"cve": "CVE-2023-38470",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-38470"
},
{
"cve": "CVE-2023-38471",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-38471"
},
{
"cve": "CVE-2023-38472",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-38472"
},
{
"cve": "CVE-2023-38473",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-38473"
},
{
"cve": "CVE-2023-38546",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-38546"
},
{
"cve": "CVE-2023-39189",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-39189"
},
{
"cve": "CVE-2023-39193",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-39193"
},
{
"cve": "CVE-2023-39194",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-39194"
},
{
"cve": "CVE-2023-39198",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-39198"
},
{
"cve": "CVE-2023-39326",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-39326"
},
{
"cve": "CVE-2023-40745",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-40745"
},
{
"cve": "CVE-2023-41175",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-41175"
},
{
"cve": "CVE-2023-4133",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-4133"
},
{
"cve": "CVE-2023-42754",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-42754"
},
{
"cve": "CVE-2023-42756",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-42756"
},
{
"cve": "CVE-2023-43785",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-43785"
},
{
"cve": "CVE-2023-43786",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-43786"
},
{
"cve": "CVE-2023-43787",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-43787"
},
{
"cve": "CVE-2023-43788",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-43788"
},
{
"cve": "CVE-2023-43789",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-43789"
},
{
"cve": "CVE-2023-4408",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-4408"
},
{
"cve": "CVE-2023-45286",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-45286"
},
{
"cve": "CVE-2023-45287",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-45287"
},
{
"cve": "CVE-2023-45288",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-45288"
},
{
"cve": "CVE-2023-45289",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-45289"
},
{
"cve": "CVE-2023-45290",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-45290"
},
{
"cve": "CVE-2023-45857",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-45857"
},
{
"cve": "CVE-2023-45863",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-45863"
},
{
"cve": "CVE-2023-46218",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-46218"
},
{
"cve": "CVE-2023-46862",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-46862"
},
{
"cve": "CVE-2023-47038",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-47038"
},
{
"cve": "CVE-2023-48631",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-48631"
},
{
"cve": "CVE-2023-50387",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-50387"
},
{
"cve": "CVE-2023-50868",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-50868"
},
{
"cve": "CVE-2023-51043",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-51043"
},
{
"cve": "CVE-2023-51779",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-51779"
},
{
"cve": "CVE-2023-51780",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-51780"
},
{
"cve": "CVE-2023-52425",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52425"
},
{
"cve": "CVE-2023-52434",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52434"
},
{
"cve": "CVE-2023-52448",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52448"
},
{
"cve": "CVE-2023-52476",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52476"
},
{
"cve": "CVE-2023-52489",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52489"
},
{
"cve": "CVE-2023-52522",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52522"
},
{
"cve": "CVE-2023-52529",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52529"
},
{
"cve": "CVE-2023-52574",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52574"
},
{
"cve": "CVE-2023-52578",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52578"
},
{
"cve": "CVE-2023-52580",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52580"
},
{
"cve": "CVE-2023-52581",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52581"
},
{
"cve": "CVE-2023-52597",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52597"
},
{
"cve": "CVE-2023-52610",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52610"
},
{
"cve": "CVE-2023-52620",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-52620"
},
{
"cve": "CVE-2023-5678",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-5678"
},
{
"cve": "CVE-2023-6040",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6040"
},
{
"cve": "CVE-2023-6121",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6121"
},
{
"cve": "CVE-2023-6129",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6129"
},
{
"cve": "CVE-2023-6176",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6176"
},
{
"cve": "CVE-2023-6228",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6228"
},
{
"cve": "CVE-2023-6237",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6237"
},
{
"cve": "CVE-2023-6240",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6240"
},
{
"cve": "CVE-2023-6531",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6531"
},
{
"cve": "CVE-2023-6546",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6546"
},
{
"cve": "CVE-2023-6622",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6622"
},
{
"cve": "CVE-2023-6915",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6915"
},
{
"cve": "CVE-2023-6931",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6931"
},
{
"cve": "CVE-2023-6932",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-6932"
},
{
"cve": "CVE-2023-7008",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2023-7008"
},
{
"cve": "CVE-2024-0565",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-0565"
},
{
"cve": "CVE-2024-0727",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-0727"
},
{
"cve": "CVE-2024-0841",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-0841"
},
{
"cve": "CVE-2024-1085",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-1085"
},
{
"cve": "CVE-2024-1086",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-1086"
},
{
"cve": "CVE-2024-1394",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-1394"
},
{
"cve": "CVE-2024-1488",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-1488"
},
{
"cve": "CVE-2024-21011",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-21011"
},
{
"cve": "CVE-2024-21012",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-21012"
},
{
"cve": "CVE-2024-21068",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-21068"
},
{
"cve": "CVE-2024-21085",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-21085"
},
{
"cve": "CVE-2024-21094",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-21094"
},
{
"cve": "CVE-2024-22365",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-22365"
},
{
"cve": "CVE-2024-24783",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-24783"
},
{
"cve": "CVE-2024-24784",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-24784"
},
{
"cve": "CVE-2024-24785",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-24785"
},
{
"cve": "CVE-2024-24786",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-24786"
},
{
"cve": "CVE-2024-25062",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-25062"
},
{
"cve": "CVE-2024-25742",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-25742"
},
{
"cve": "CVE-2024-25743",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-25743"
},
{
"cve": "CVE-2024-26582",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-26582"
},
{
"cve": "CVE-2024-26583",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-26583"
},
{
"cve": "CVE-2024-26584",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-26584"
},
{
"cve": "CVE-2024-26585",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-26585"
},
{
"cve": "CVE-2024-26586",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-26586"
},
{
"cve": "CVE-2024-26593",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-26593"
},
{
"cve": "CVE-2024-26602",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-26602"
},
{
"cve": "CVE-2024-26609",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-26609"
},
{
"cve": "CVE-2024-26633",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-26633"
},
{
"cve": "CVE-2024-27316",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-27316"
},
{
"cve": "CVE-2024-28834",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-28834"
},
{
"cve": "CVE-2024-28835",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-28835"
},
{
"cve": "CVE-2024-28849",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-28849"
},
{
"cve": "CVE-2024-29180",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-29180"
},
{
"cve": "CVE-2024-2961",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-2961"
},
{
"cve": "CVE-2024-33599",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-33599"
},
{
"cve": "CVE-2024-33600",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-33600"
},
{
"cve": "CVE-2024-33601",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-33601"
},
{
"cve": "CVE-2024-33602",
"notes": [
{
"category": "description",
"text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T035679",
"T037618",
"T036959",
"T038901",
"67646",
"T035034",
"T036993",
"T037940",
"T035142",
"T035698",
"T032255",
"T035047",
"T035036",
"T035431",
"T027759",
"T033270",
"T000126",
"T040215",
"398363"
]
},
"release_date": "2024-05-22T22:00:00.000+00:00",
"title": "CVE-2024-33602"
}
]
}
WID-SEC-W-2023-3059
Vulnerability from csaf_certbund
Notes
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Go ist eine quelloffene Programmiersprache.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Golang Go ausnutzen, um Informationen offenzulegen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- MacOS X\n- Sonstiges\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2023-3059 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-3059.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-3059 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-3059"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1078 vom 2024-03-05",
"url": "https://access.redhat.com/errata/RHSA-2024:1078"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-0748 vom 2024-02-15",
"url": "https://linux.oracle.com/errata/ELSA-2024-0748.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:7200 vom 2024-02-28",
"url": "https://access.redhat.com/errata/RHSA-2023:7200"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0269 vom 2024-02-28",
"url": "https://access.redhat.com/errata/RHSA-2024:0269"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:7201 vom 2024-02-28",
"url": "https://access.redhat.com/errata/RHSA-2023:7201"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7114471 vom 2024-02-02",
"url": "https://www.ibm.com/support/pages/node/7114471"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2024-9B53B79398 vom 2024-03-06",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-9b53b79398"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0281 vom 2024-03-06",
"url": "https://access.redhat.com/errata/RHSA-2024:0281"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0748 vom 2024-02-08",
"url": "https://access.redhat.com/errata/RHSA-2024:0748"
},
{
"category": "external",
"summary": "Vulnerability Report: GO-2023-2375 vom 2023-12-05",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
},
{
"category": "external",
"summary": "GitHub Advisory Database vom 2023-12-05",
"url": "https://github.com/advisories/GHSA-33qr-2xwr-95pw"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1859 vom 2024-04-16",
"url": "https://access.redhat.com/errata/RHSA-2024:1859"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1901 vom 2024-04-18",
"url": "https://access.redhat.com/errata/RHSA-2024:1901"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2239 vom 2024-04-30",
"url": "https://access.redhat.com/errata/RHSA-2024:2239"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2180 vom 2024-04-30",
"url": "https://access.redhat.com/errata/RHSA-2024:2180"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2193 vom 2024-04-30",
"url": "https://access.redhat.com/errata/RHSA-2024:2193"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2988 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-2988 vom 2024-05-28",
"url": "https://linux.oracle.com/errata/ELSA-2024-2988.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4429 vom 2024-07-09",
"url": "https://access.redhat.com/errata/RHSA-2024:4429"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7161954 vom 2024-07-30",
"url": "https://www.ibm.com/support/pages/node/7161954"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7162077 vom 2024-07-31",
"url": "https://www.ibm.com/support/pages/node/7162077"
}
],
"source_lang": "en-US",
"title": "Golang Go: Schwachstelle erm\u00f6glicht Offenlegung von Informationen",
"tracking": {
"current_release_date": "2024-07-31T22:00:00.000+00:00",
"generator": {
"date": "2024-08-15T18:02:21.622+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2023-3059",
"initial_release_date": "2023-12-05T23:00:00.000+00:00",
"revision_history": [
{
"date": "2023-12-05T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-02-04T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-02-08T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-02-14T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-02-27T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-03-04T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-03-06T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Fedora und Red Hat aufgenommen"
},
{
"date": "2024-04-16T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-04-17T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-04-29T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-05-21T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-05-28T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-07-09T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-07-30T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-07-31T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von IBM aufgenommen"
}
],
"status": "final",
"version": "15"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c1.20.0",
"product": {
"name": "Golang Go \u003c1.20.0",
"product_id": "T031488"
}
}
],
"category": "product_name",
"name": "Go"
}
],
"category": "vendor",
"name": "Golang"
},
{
"branches": [
{
"category": "product_name",
"name": "IBM App Connect Enterprise",
"product": {
"name": "IBM App Connect Enterprise",
"product_id": "T032495",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.1.16.2",
"product": {
"name": "IBM Spectrum Protect Plus \u003c10.1.16.2",
"product_id": "T036379"
}
}
],
"category": "product_name",
"name": "Spectrum Protect Plus"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"branches": [
{
"category": "product_version",
"name": "Secondary Scheduler Operator",
"product": {
"name": "Red Hat OpenShift Secondary Scheduler Operator",
"product_id": "T027759",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:::secondary_scheduler_operator"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45287",
"notes": [
{
"category": "description",
"text": "Es besteht eine Schwachstelle in Golang Go. Dieser Fehler besteht aufgrund des Fehlens von konstanten Zeitoperationen, was zum Verlust von Zeitinformationen f\u00fchrt und es Angreifern erm\u00f6glicht, Sitzungsschl\u00fcssel-Bits wiederherzustellen. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um vertrauliche Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T027759",
"67646",
"T036379",
"T004914",
"74185",
"T032495"
]
},
"release_date": "2023-12-05T23:00:00.000+00:00",
"title": "CVE-2023-45287"
}
]
}
WID-SEC-W-2024-0521
Vulnerability from csaf_certbund
Notes
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "IBM MQ ist eine Message Oriented Middleware von IBM.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM MQ ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2024-0521 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0521.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-0521 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0521"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7123135 vom 2024-02-29",
"url": "https://www.ibm.com/support/pages/node/7123135"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7123136 vom 2024-02-29",
"url": "https://www.ibm.com/support/pages/node/7123136"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7123137 vom 2024-02-29",
"url": "https://www.ibm.com/support/pages/node/7123137"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7123138 vom 2024-02-29",
"url": "https://www.ibm.com/support/pages/node/7123138"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7123139 vom 2024-02-29",
"url": "https://www.ibm.com/support/pages/node/7123139"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7126571 vom 2024-02-29",
"url": "https://www.ibm.com/support/pages/node/7126571"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7129251 vom 2024-03-01",
"url": "https://www.ibm.com/support/pages/node/7129251"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7137570 vom 2024-03-12",
"url": "https://www.ibm.com/support/pages/node/7137570"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7138007 vom 2024-03-12",
"url": "https://www.ibm.com/support/pages/node/7138007"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7145367 vom 2024-03-27",
"url": "https://www.ibm.com/support/pages/node/7145367"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7145780 vom 2024-04-03",
"url": "https://www.ibm.com/support/pages/node/7145780"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7146478 vom 2024-04-04",
"url": "https://www.ibm.com/support/pages/node/7146478"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7114770 vom 2024-05-01",
"url": "https://www.ibm.com/support/pages/node/7114770"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7150144 vom 2024-05-03",
"url": "https://www.ibm.com/support/pages/node/7150144"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7150158 vom 2024-05-03",
"url": "https://www.ibm.com/support/pages/node/7150158"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7162189 vom 2024-08-01",
"url": "https://www.ibm.com/support/pages/node/7162189"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7178670 vom 2024-12-13",
"url": "https://www.ibm.com/support/pages/node/7178670"
}
],
"source_lang": "en-US",
"title": "IBM MQ: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2024-12-15T23:00:00.000+00:00",
"generator": {
"date": "2024-12-16T09:17:31.864+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.10"
}
},
"id": "WID-SEC-W-2024-0521",
"initial_release_date": "2024-02-29T23:00:00.000+00:00",
"revision_history": [
{
"date": "2024-02-29T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-03-03T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-03-04T23:00:00.000+00:00",
"number": "3",
"summary": "CVE-Zuordnung korrigiert"
},
{
"date": "2024-03-11T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-03-12T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-03-27T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-04-02T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von IBM und IBM-APAR aufgenommen"
},
{
"date": "2024-04-04T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-05-01T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-05-02T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-05-05T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-08-01T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-12-15T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von IBM aufgenommen"
}
],
"status": "final",
"version": "13"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "IBM App Connect Enterprise",
"product": {
"name": "IBM App Connect Enterprise",
"product_id": "T032495",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:-"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=11.0.0.25",
"product": {
"name": "IBM App Connect Enterprise \u003c=11.0.0.25",
"product_id": "T033537"
}
},
{
"category": "product_version_range",
"name": "\u003c=11.0.0.25",
"product": {
"name": "IBM App Connect Enterprise \u003c=11.0.0.25",
"product_id": "T033537-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c=12.0.11.3",
"product": {
"name": "IBM App Connect Enterprise \u003c=12.0.11.3",
"product_id": "T033842"
}
},
{
"category": "product_version_range",
"name": "\u003c=12.0.11.3",
"product": {
"name": "IBM App Connect Enterprise \u003c=12.0.11.3",
"product_id": "T033842-fixed"
}
}
],
"category": "product_name",
"name": "App Connect Enterprise"
},
{
"category": "product_name",
"name": "IBM Business Automation Workflow",
"product": {
"name": "IBM Business Automation Workflow",
"product_id": "T019704",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:business_automation_workflow:-"
}
}
},
{
"category": "product_name",
"name": "IBM DB2",
"product": {
"name": "IBM DB2",
"product_id": "5104",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:db2:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.5.4",
"product": {
"name": "IBM DataPower Gateway \u003c10.5.4",
"product_id": "T033810"
}
},
{
"category": "product_version",
"name": "10.5.4",
"product": {
"name": "IBM DataPower Gateway 10.5.4",
"product_id": "T033810-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.5.4"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.5.0.10",
"product": {
"name": "IBM DataPower Gateway \u003c10.5.0.10",
"product_id": "T033811"
}
},
{
"category": "product_version",
"name": "10.5.0.10",
"product": {
"name": "IBM DataPower Gateway 10.5.0.10",
"product_id": "T033811-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.5.0.10"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.0.1.18",
"product": {
"name": "IBM DataPower Gateway \u003c10.0.1.18",
"product_id": "T033812"
}
},
{
"category": "product_version",
"name": "10.0.1.18",
"product": {
"name": "IBM DataPower Gateway 10.0.1.18",
"product_id": "T033812-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.0.1.18"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.6.2",
"product": {
"name": "IBM DataPower Gateway \u003c10.6.2",
"product_id": "T039840"
}
},
{
"category": "product_version",
"name": "10.6.2",
"product": {
"name": "IBM DataPower Gateway 10.6.2",
"product_id": "T039840-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.6.2"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.6.0.3",
"product": {
"name": "IBM DataPower Gateway \u003c10.6.0.3",
"product_id": "T039841"
}
},
{
"category": "product_version",
"name": "10.6.0.3",
"product": {
"name": "IBM DataPower Gateway 10.6.0.3",
"product_id": "T039841-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.6.0.3"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.5.0.15",
"product": {
"name": "IBM DataPower Gateway \u003c10.5.0.15",
"product_id": "T039842"
}
},
{
"category": "product_version",
"name": "10.5.0.15",
"product": {
"name": "IBM DataPower Gateway 10.5.0.15",
"product_id": "T039842-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.5.0.15"
}
}
}
],
"category": "product_name",
"name": "DataPower Gateway"
},
{
"category": "product_name",
"name": "IBM FlashSystem",
"product": {
"name": "IBM FlashSystem",
"product_id": "T025159",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:flashsystem:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c=10.1.0.3",
"product": {
"name": "IBM Integration Bus \u003c=10.1.0.3",
"product_id": "T033332"
}
},
{
"category": "product_version_range",
"name": "\u003c=10.1.0.3",
"product": {
"name": "IBM Integration Bus \u003c=10.1.0.3",
"product_id": "T033332-fixed"
}
}
],
"category": "product_name",
"name": "Integration Bus"
},
{
"branches": [
{
"category": "product_version",
"name": "9.1 LTS",
"product": {
"name": "IBM MQ 9.1 LTS",
"product_id": "T015789",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:9.1_lts"
}
}
},
{
"category": "product_version",
"name": "9.0 LTS",
"product": {
"name": "IBM MQ 9.0 LTS",
"product_id": "T015792",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:9.0_lts"
}
}
},
{
"category": "product_version",
"name": "9.2 LTS",
"product": {
"name": "IBM MQ 9.2 LTS",
"product_id": "T018186",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:9.2_lts"
}
}
},
{
"category": "product_version",
"name": "9.3 LTS",
"product": {
"name": "IBM MQ 9.3 LTS",
"product_id": "T024689",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:9.3_lts"
}
}
},
{
"category": "product_version",
"name": "9.3 CD",
"product": {
"name": "IBM MQ 9.3 CD",
"product_id": "T024690",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:9.3_cd"
}
}
},
{
"category": "product_version",
"name": "Operator v3.1.0 CD",
"product": {
"name": "IBM MQ Operator v3.1.0 CD",
"product_id": "T033202",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:operator_v3.1.0__cd"
}
}
},
{
"category": "product_version",
"name": "Operator v2.0.19 LTS",
"product": {
"name": "IBM MQ Operator v2.0.19 LTS",
"product_id": "T033203",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:operator_v2.0.19_lts"
}
}
},
{
"category": "product_version",
"name": "Operator v2.4.8",
"product": {
"name": "IBM MQ Operator v2.4.8",
"product_id": "T033204",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:operator_v2.4.8"
}
}
}
],
"category": "product_name",
"name": "MQ"
},
{
"branches": [
{
"category": "product_version",
"name": "V10",
"product": {
"name": "IBM Power Hardware Management Console V10",
"product_id": "T023373",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:hardware_management_console:v10"
}
}
}
],
"category": "product_name",
"name": "Power Hardware Management Console"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.5.0 UP8",
"product": {
"name": "IBM QRadar SIEM \u003c7.5.0 UP8",
"product_id": "T033681"
}
},
{
"category": "product_version",
"name": "7.5.0 UP8",
"product": {
"name": "IBM QRadar SIEM 7.5.0 UP8",
"product_id": "T033681-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up8"
}
}
}
],
"category": "product_name",
"name": "QRadar SIEM"
},
{
"category": "product_name",
"name": "IBM SAN Volume Controller",
"product": {
"name": "IBM SAN Volume Controller",
"product_id": "T002782",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:san_volume_controller:-"
}
}
},
{
"category": "product_name",
"name": "IBM Storage Scale",
"product": {
"name": "IBM Storage Scale",
"product_id": "T019402",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_scale:-"
}
}
},
{
"category": "product_name",
"name": "IBM Storwize",
"product": {
"name": "IBM Storwize",
"product_id": "T021621",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:storwize:-"
}
}
}
],
"category": "vendor",
"name": "IBM"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2001-1550",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2001-1550"
},
{
"cve": "CVE-2002-1711",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2002-1711"
},
{
"cve": "CVE-2002-1713",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2002-1713"
},
{
"cve": "CVE-2005-1941",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2005-1941"
},
{
"cve": "CVE-2020-28241",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2020-28241"
},
{
"cve": "CVE-2022-48468",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2022-48468"
},
{
"cve": "CVE-2023-22081",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2023-22081"
},
{
"cve": "CVE-2023-39615",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2023-39615"
},
{
"cve": "CVE-2023-39976",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2023-39976"
},
{
"cve": "CVE-2023-4218",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2023-4218"
},
{
"cve": "CVE-2023-44487",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2023-44487"
},
{
"cve": "CVE-2023-45287",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2023-45287"
},
{
"cve": "CVE-2023-49568",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2023-49568"
},
{
"cve": "CVE-2023-5072",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2023-5072"
},
{
"cve": "CVE-2023-5676",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2023-5676"
},
{
"cve": "CVE-2023-7104",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2023-7104"
},
{
"cve": "CVE-2024-0553",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2024-0553"
},
{
"cve": "CVE-2024-27255",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2024-27255"
},
{
"cve": "CVE-2023-26159",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in der Kernkomponente von MQ und sind auf Fehler im Bezug auf Buffer, Absicherung von Passw\u00f6rtern und Open Redirects zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren oder Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T033842",
"T033810",
"T024690",
"T002782",
"T033811",
"T015789",
"T033537",
"T033812",
"T033681",
"T039842",
"T018186",
"T033332",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T024689",
"T019704",
"5104",
"T025159",
"T023373"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2023-26159"
},
{
"cve": "CVE-2023-47745",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in der Kernkomponente von MQ und sind auf Fehler im Bezug auf Buffer, Absicherung von Passw\u00f6rtern und Open Redirects zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren oder Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T033842",
"T033810",
"T024690",
"T002782",
"T033811",
"T015789",
"T033537",
"T033812",
"T033681",
"T039842",
"T018186",
"T033332",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T024689",
"T019704",
"5104",
"T025159",
"T023373"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2023-47745"
},
{
"cve": "CVE-2024-25016",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in der Kernkomponente von MQ und sind auf Fehler im Bezug auf Buffer, Absicherung von Passw\u00f6rtern und Open Redirects zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren oder Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T033842",
"T033810",
"T024690",
"T002782",
"T033811",
"T015789",
"T033537",
"T033812",
"T033681",
"T039842",
"T018186",
"T033332",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T024689",
"T019704",
"5104",
"T025159",
"T023373"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2024-25016"
}
]
}
wid-sec-w-2023-3059
Vulnerability from csaf_certbund
Notes
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Go ist eine quelloffene Programmiersprache.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Golang Go ausnutzen, um Informationen offenzulegen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- MacOS X\n- Sonstiges\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2023-3059 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-3059.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-3059 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-3059"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1078 vom 2024-03-05",
"url": "https://access.redhat.com/errata/RHSA-2024:1078"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-0748 vom 2024-02-15",
"url": "https://linux.oracle.com/errata/ELSA-2024-0748.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:7200 vom 2024-02-28",
"url": "https://access.redhat.com/errata/RHSA-2023:7200"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0269 vom 2024-02-28",
"url": "https://access.redhat.com/errata/RHSA-2024:0269"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:7201 vom 2024-02-28",
"url": "https://access.redhat.com/errata/RHSA-2023:7201"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7114471 vom 2024-02-02",
"url": "https://www.ibm.com/support/pages/node/7114471"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2024-9B53B79398 vom 2024-03-06",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-9b53b79398"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0281 vom 2024-03-06",
"url": "https://access.redhat.com/errata/RHSA-2024:0281"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0748 vom 2024-02-08",
"url": "https://access.redhat.com/errata/RHSA-2024:0748"
},
{
"category": "external",
"summary": "Vulnerability Report: GO-2023-2375 vom 2023-12-05",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
},
{
"category": "external",
"summary": "GitHub Advisory Database vom 2023-12-05",
"url": "https://github.com/advisories/GHSA-33qr-2xwr-95pw"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1859 vom 2024-04-16",
"url": "https://access.redhat.com/errata/RHSA-2024:1859"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1901 vom 2024-04-18",
"url": "https://access.redhat.com/errata/RHSA-2024:1901"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2239 vom 2024-04-30",
"url": "https://access.redhat.com/errata/RHSA-2024:2239"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2180 vom 2024-04-30",
"url": "https://access.redhat.com/errata/RHSA-2024:2180"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2193 vom 2024-04-30",
"url": "https://access.redhat.com/errata/RHSA-2024:2193"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2988 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-2988 vom 2024-05-28",
"url": "https://linux.oracle.com/errata/ELSA-2024-2988.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4429 vom 2024-07-09",
"url": "https://access.redhat.com/errata/RHSA-2024:4429"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7161954 vom 2024-07-30",
"url": "https://www.ibm.com/support/pages/node/7161954"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7162077 vom 2024-07-31",
"url": "https://www.ibm.com/support/pages/node/7162077"
}
],
"source_lang": "en-US",
"title": "Golang Go: Schwachstelle erm\u00f6glicht Offenlegung von Informationen",
"tracking": {
"current_release_date": "2024-07-31T22:00:00.000+00:00",
"generator": {
"date": "2024-08-15T18:02:21.622+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2023-3059",
"initial_release_date": "2023-12-05T23:00:00.000+00:00",
"revision_history": [
{
"date": "2023-12-05T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-02-04T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-02-08T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-02-14T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-02-27T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-03-04T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-03-06T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Fedora und Red Hat aufgenommen"
},
{
"date": "2024-04-16T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-04-17T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-04-29T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-05-21T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-05-28T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-07-09T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-07-30T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-07-31T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von IBM aufgenommen"
}
],
"status": "final",
"version": "15"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c1.20.0",
"product": {
"name": "Golang Go \u003c1.20.0",
"product_id": "T031488"
}
}
],
"category": "product_name",
"name": "Go"
}
],
"category": "vendor",
"name": "Golang"
},
{
"branches": [
{
"category": "product_name",
"name": "IBM App Connect Enterprise",
"product": {
"name": "IBM App Connect Enterprise",
"product_id": "T032495",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.1.16.2",
"product": {
"name": "IBM Spectrum Protect Plus \u003c10.1.16.2",
"product_id": "T036379"
}
}
],
"category": "product_name",
"name": "Spectrum Protect Plus"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"branches": [
{
"category": "product_version",
"name": "Secondary Scheduler Operator",
"product": {
"name": "Red Hat OpenShift Secondary Scheduler Operator",
"product_id": "T027759",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:::secondary_scheduler_operator"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45287",
"notes": [
{
"category": "description",
"text": "Es besteht eine Schwachstelle in Golang Go. Dieser Fehler besteht aufgrund des Fehlens von konstanten Zeitoperationen, was zum Verlust von Zeitinformationen f\u00fchrt und es Angreifern erm\u00f6glicht, Sitzungsschl\u00fcssel-Bits wiederherzustellen. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um vertrauliche Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T027759",
"67646",
"T036379",
"T004914",
"74185",
"T032495"
]
},
"release_date": "2023-12-05T23:00:00.000+00:00",
"title": "CVE-2023-45287"
}
]
}
wid-sec-w-2024-0521
Vulnerability from csaf_certbund
Notes
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "IBM MQ ist eine Message Oriented Middleware von IBM.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM MQ ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2024-0521 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0521.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-0521 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0521"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7123135 vom 2024-02-29",
"url": "https://www.ibm.com/support/pages/node/7123135"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7123136 vom 2024-02-29",
"url": "https://www.ibm.com/support/pages/node/7123136"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7123137 vom 2024-02-29",
"url": "https://www.ibm.com/support/pages/node/7123137"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7123138 vom 2024-02-29",
"url": "https://www.ibm.com/support/pages/node/7123138"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7123139 vom 2024-02-29",
"url": "https://www.ibm.com/support/pages/node/7123139"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7126571 vom 2024-02-29",
"url": "https://www.ibm.com/support/pages/node/7126571"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7129251 vom 2024-03-01",
"url": "https://www.ibm.com/support/pages/node/7129251"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7137570 vom 2024-03-12",
"url": "https://www.ibm.com/support/pages/node/7137570"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7138007 vom 2024-03-12",
"url": "https://www.ibm.com/support/pages/node/7138007"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7145367 vom 2024-03-27",
"url": "https://www.ibm.com/support/pages/node/7145367"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7145780 vom 2024-04-03",
"url": "https://www.ibm.com/support/pages/node/7145780"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7146478 vom 2024-04-04",
"url": "https://www.ibm.com/support/pages/node/7146478"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7114770 vom 2024-05-01",
"url": "https://www.ibm.com/support/pages/node/7114770"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7150144 vom 2024-05-03",
"url": "https://www.ibm.com/support/pages/node/7150144"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7150158 vom 2024-05-03",
"url": "https://www.ibm.com/support/pages/node/7150158"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7162189 vom 2024-08-01",
"url": "https://www.ibm.com/support/pages/node/7162189"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7178670 vom 2024-12-13",
"url": "https://www.ibm.com/support/pages/node/7178670"
}
],
"source_lang": "en-US",
"title": "IBM MQ: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2024-12-15T23:00:00.000+00:00",
"generator": {
"date": "2024-12-16T09:17:31.864+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.10"
}
},
"id": "WID-SEC-W-2024-0521",
"initial_release_date": "2024-02-29T23:00:00.000+00:00",
"revision_history": [
{
"date": "2024-02-29T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-03-03T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-03-04T23:00:00.000+00:00",
"number": "3",
"summary": "CVE-Zuordnung korrigiert"
},
{
"date": "2024-03-11T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-03-12T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-03-27T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-04-02T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von IBM und IBM-APAR aufgenommen"
},
{
"date": "2024-04-04T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-05-01T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-05-02T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-05-05T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-08-01T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-12-15T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von IBM aufgenommen"
}
],
"status": "final",
"version": "13"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "IBM App Connect Enterprise",
"product": {
"name": "IBM App Connect Enterprise",
"product_id": "T032495",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:-"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=11.0.0.25",
"product": {
"name": "IBM App Connect Enterprise \u003c=11.0.0.25",
"product_id": "T033537"
}
},
{
"category": "product_version_range",
"name": "\u003c=11.0.0.25",
"product": {
"name": "IBM App Connect Enterprise \u003c=11.0.0.25",
"product_id": "T033537-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c=12.0.11.3",
"product": {
"name": "IBM App Connect Enterprise \u003c=12.0.11.3",
"product_id": "T033842"
}
},
{
"category": "product_version_range",
"name": "\u003c=12.0.11.3",
"product": {
"name": "IBM App Connect Enterprise \u003c=12.0.11.3",
"product_id": "T033842-fixed"
}
}
],
"category": "product_name",
"name": "App Connect Enterprise"
},
{
"category": "product_name",
"name": "IBM Business Automation Workflow",
"product": {
"name": "IBM Business Automation Workflow",
"product_id": "T019704",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:business_automation_workflow:-"
}
}
},
{
"category": "product_name",
"name": "IBM DB2",
"product": {
"name": "IBM DB2",
"product_id": "5104",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:db2:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.5.4",
"product": {
"name": "IBM DataPower Gateway \u003c10.5.4",
"product_id": "T033810"
}
},
{
"category": "product_version",
"name": "10.5.4",
"product": {
"name": "IBM DataPower Gateway 10.5.4",
"product_id": "T033810-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.5.4"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.5.0.10",
"product": {
"name": "IBM DataPower Gateway \u003c10.5.0.10",
"product_id": "T033811"
}
},
{
"category": "product_version",
"name": "10.5.0.10",
"product": {
"name": "IBM DataPower Gateway 10.5.0.10",
"product_id": "T033811-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.5.0.10"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.0.1.18",
"product": {
"name": "IBM DataPower Gateway \u003c10.0.1.18",
"product_id": "T033812"
}
},
{
"category": "product_version",
"name": "10.0.1.18",
"product": {
"name": "IBM DataPower Gateway 10.0.1.18",
"product_id": "T033812-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.0.1.18"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.6.2",
"product": {
"name": "IBM DataPower Gateway \u003c10.6.2",
"product_id": "T039840"
}
},
{
"category": "product_version",
"name": "10.6.2",
"product": {
"name": "IBM DataPower Gateway 10.6.2",
"product_id": "T039840-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.6.2"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.6.0.3",
"product": {
"name": "IBM DataPower Gateway \u003c10.6.0.3",
"product_id": "T039841"
}
},
{
"category": "product_version",
"name": "10.6.0.3",
"product": {
"name": "IBM DataPower Gateway 10.6.0.3",
"product_id": "T039841-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.6.0.3"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.5.0.15",
"product": {
"name": "IBM DataPower Gateway \u003c10.5.0.15",
"product_id": "T039842"
}
},
{
"category": "product_version",
"name": "10.5.0.15",
"product": {
"name": "IBM DataPower Gateway 10.5.0.15",
"product_id": "T039842-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.5.0.15"
}
}
}
],
"category": "product_name",
"name": "DataPower Gateway"
},
{
"category": "product_name",
"name": "IBM FlashSystem",
"product": {
"name": "IBM FlashSystem",
"product_id": "T025159",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:flashsystem:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c=10.1.0.3",
"product": {
"name": "IBM Integration Bus \u003c=10.1.0.3",
"product_id": "T033332"
}
},
{
"category": "product_version_range",
"name": "\u003c=10.1.0.3",
"product": {
"name": "IBM Integration Bus \u003c=10.1.0.3",
"product_id": "T033332-fixed"
}
}
],
"category": "product_name",
"name": "Integration Bus"
},
{
"branches": [
{
"category": "product_version",
"name": "9.1 LTS",
"product": {
"name": "IBM MQ 9.1 LTS",
"product_id": "T015789",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:9.1_lts"
}
}
},
{
"category": "product_version",
"name": "9.0 LTS",
"product": {
"name": "IBM MQ 9.0 LTS",
"product_id": "T015792",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:9.0_lts"
}
}
},
{
"category": "product_version",
"name": "9.2 LTS",
"product": {
"name": "IBM MQ 9.2 LTS",
"product_id": "T018186",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:9.2_lts"
}
}
},
{
"category": "product_version",
"name": "9.3 LTS",
"product": {
"name": "IBM MQ 9.3 LTS",
"product_id": "T024689",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:9.3_lts"
}
}
},
{
"category": "product_version",
"name": "9.3 CD",
"product": {
"name": "IBM MQ 9.3 CD",
"product_id": "T024690",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:9.3_cd"
}
}
},
{
"category": "product_version",
"name": "Operator v3.1.0 CD",
"product": {
"name": "IBM MQ Operator v3.1.0 CD",
"product_id": "T033202",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:operator_v3.1.0__cd"
}
}
},
{
"category": "product_version",
"name": "Operator v2.0.19 LTS",
"product": {
"name": "IBM MQ Operator v2.0.19 LTS",
"product_id": "T033203",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:operator_v2.0.19_lts"
}
}
},
{
"category": "product_version",
"name": "Operator v2.4.8",
"product": {
"name": "IBM MQ Operator v2.4.8",
"product_id": "T033204",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:operator_v2.4.8"
}
}
}
],
"category": "product_name",
"name": "MQ"
},
{
"branches": [
{
"category": "product_version",
"name": "V10",
"product": {
"name": "IBM Power Hardware Management Console V10",
"product_id": "T023373",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:hardware_management_console:v10"
}
}
}
],
"category": "product_name",
"name": "Power Hardware Management Console"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.5.0 UP8",
"product": {
"name": "IBM QRadar SIEM \u003c7.5.0 UP8",
"product_id": "T033681"
}
},
{
"category": "product_version",
"name": "7.5.0 UP8",
"product": {
"name": "IBM QRadar SIEM 7.5.0 UP8",
"product_id": "T033681-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up8"
}
}
}
],
"category": "product_name",
"name": "QRadar SIEM"
},
{
"category": "product_name",
"name": "IBM SAN Volume Controller",
"product": {
"name": "IBM SAN Volume Controller",
"product_id": "T002782",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:san_volume_controller:-"
}
}
},
{
"category": "product_name",
"name": "IBM Storage Scale",
"product": {
"name": "IBM Storage Scale",
"product_id": "T019402",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_scale:-"
}
}
},
{
"category": "product_name",
"name": "IBM Storwize",
"product": {
"name": "IBM Storwize",
"product_id": "T021621",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:storwize:-"
}
}
}
],
"category": "vendor",
"name": "IBM"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2001-1550",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2001-1550"
},
{
"cve": "CVE-2002-1711",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2002-1711"
},
{
"cve": "CVE-2002-1713",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2002-1713"
},
{
"cve": "CVE-2005-1941",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2005-1941"
},
{
"cve": "CVE-2020-28241",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2020-28241"
},
{
"cve": "CVE-2022-48468",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2022-48468"
},
{
"cve": "CVE-2023-22081",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2023-22081"
},
{
"cve": "CVE-2023-39615",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2023-39615"
},
{
"cve": "CVE-2023-39976",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2023-39976"
},
{
"cve": "CVE-2023-4218",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2023-4218"
},
{
"cve": "CVE-2023-44487",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2023-44487"
},
{
"cve": "CVE-2023-45287",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2023-45287"
},
{
"cve": "CVE-2023-49568",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2023-49568"
},
{
"cve": "CVE-2023-5072",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2023-5072"
},
{
"cve": "CVE-2023-5676",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2023-5676"
},
{
"cve": "CVE-2023-7104",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2023-7104"
},
{
"cve": "CVE-2024-0553",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2024-0553"
},
{
"cve": "CVE-2024-27255",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Komponenten, unter anderem \"Eclipse\", \"libqb\", \"BasiliX\", \"Libxml2\" oder \"JavaSE\". Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033810",
"T033811",
"T015789",
"T033537",
"T033812",
"T018186",
"T033332",
"T024689",
"T025159",
"T023373",
"T033204",
"T033842",
"T024690",
"T033202",
"T002782",
"T033203",
"T033681",
"T039842",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T019704",
"5104"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2024-27255"
},
{
"cve": "CVE-2023-26159",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in der Kernkomponente von MQ und sind auf Fehler im Bezug auf Buffer, Absicherung von Passw\u00f6rtern und Open Redirects zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren oder Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T033842",
"T033810",
"T024690",
"T002782",
"T033811",
"T015789",
"T033537",
"T033812",
"T033681",
"T039842",
"T018186",
"T033332",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T024689",
"T019704",
"5104",
"T025159",
"T023373"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2023-26159"
},
{
"cve": "CVE-2023-47745",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in der Kernkomponente von MQ und sind auf Fehler im Bezug auf Buffer, Absicherung von Passw\u00f6rtern und Open Redirects zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren oder Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T033842",
"T033810",
"T024690",
"T002782",
"T033811",
"T015789",
"T033537",
"T033812",
"T033681",
"T039842",
"T018186",
"T033332",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T024689",
"T019704",
"5104",
"T025159",
"T023373"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2023-47745"
},
{
"cve": "CVE-2024-25016",
"notes": [
{
"category": "description",
"text": "In IBM MQ existieren mehrere Schwachstellen. Diese bestehen in der Kernkomponente von MQ und sind auf Fehler im Bezug auf Buffer, Absicherung von Passw\u00f6rtern und Open Redirects zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren oder Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T033842",
"T033810",
"T024690",
"T002782",
"T033811",
"T015789",
"T033537",
"T033812",
"T033681",
"T039842",
"T018186",
"T033332",
"T039841",
"T015792",
"T032495",
"T039840",
"T021621",
"T019402",
"T024689",
"T019704",
"5104",
"T025159",
"T023373"
]
},
"release_date": "2024-02-29T23:00:00.000+00:00",
"title": "CVE-2024-25016"
}
]
}
RHSA-2024:2245
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for buildah is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. \n\nSecurity Fix(es):\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.4 Release Notes linked from 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-2024:2245",
"url": "https://access.redhat.com/errata/RHSA-2024:2245"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2245.json"
}
],
"title": "Red Hat Security Advisory: buildah security update",
"tracking": {
"current_release_date": "2025-11-07T16:41:53+00:00",
"generator": {
"date": "2025-11-07T16:41:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2024:2245",
"initial_release_date": "2024-04-30T10:08:31+00:00",
"revision_history": [
{
"date": "2024-04-30T10:08:31+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-04-30T10:08:31+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T16:41: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. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.el9.src",
"product": {
"name": "buildah-2:1.33.6-2.el9.src",
"product_id": "buildah-2:1.33.6-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.el9?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.el9.aarch64",
"product": {
"name": "buildah-2:1.33.6-2.el9.aarch64",
"product_id": "buildah-2:1.33.6-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.6-2.el9.aarch64",
"product": {
"name": "buildah-tests-2:1.33.6-2.el9.aarch64",
"product_id": "buildah-tests-2:1.33.6-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.6-2.el9.aarch64",
"product": {
"name": "buildah-debugsource-2:1.33.6-2.el9.aarch64",
"product_id": "buildah-debugsource-2:1.33.6-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"product": {
"name": "buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"product_id": "buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"product_id": "buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.el9?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.el9.ppc64le",
"product": {
"name": "buildah-2:1.33.6-2.el9.ppc64le",
"product_id": "buildah-2:1.33.6-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.6-2.el9.ppc64le",
"product": {
"name": "buildah-tests-2:1.33.6-2.el9.ppc64le",
"product_id": "buildah-tests-2:1.33.6-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"product": {
"name": "buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"product_id": "buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"product": {
"name": "buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"product_id": "buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"product_id": "buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.el9?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.el9.x86_64",
"product": {
"name": "buildah-2:1.33.6-2.el9.x86_64",
"product_id": "buildah-2:1.33.6-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.6-2.el9.x86_64",
"product": {
"name": "buildah-tests-2:1.33.6-2.el9.x86_64",
"product_id": "buildah-tests-2:1.33.6-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.6-2.el9.x86_64",
"product": {
"name": "buildah-debugsource-2:1.33.6-2.el9.x86_64",
"product_id": "buildah-debugsource-2:1.33.6-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"product": {
"name": "buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"product_id": "buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64",
"product_id": "buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.el9?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.el9.s390x",
"product": {
"name": "buildah-2:1.33.6-2.el9.s390x",
"product_id": "buildah-2:1.33.6-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.6-2.el9.s390x",
"product": {
"name": "buildah-tests-2:1.33.6-2.el9.s390x",
"product_id": "buildah-tests-2:1.33.6-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.6-2.el9.s390x",
"product": {
"name": "buildah-debugsource-2:1.33.6-2.el9.s390x",
"product_id": "buildah-debugsource-2:1.33.6-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.6-2.el9.s390x",
"product": {
"name": "buildah-debuginfo-2:1.33.6-2.el9.s390x",
"product_id": "buildah-debuginfo-2:1.33.6-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"product_id": "buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.el9?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.aarch64"
},
"product_reference": "buildah-2:1.33.6-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le"
},
"product_reference": "buildah-2:1.33.6-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x"
},
"product_reference": "buildah-2:1.33.6-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src"
},
"product_reference": "buildah-2:1.33.6-2.el9.src",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64"
},
"product_reference": "buildah-2:1.33.6-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.6-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64"
},
"product_reference": "buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.6-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le"
},
"product_reference": "buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.6-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x"
},
"product_reference": "buildah-debuginfo-2:1.33.6-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.6-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64"
},
"product_reference": "buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.6-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64"
},
"product_reference": "buildah-debugsource-2:1.33.6-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.6-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le"
},
"product_reference": "buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.6-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x"
},
"product_reference": "buildah-debugsource-2:1.33.6-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.6-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64"
},
"product_reference": "buildah-debugsource-2:1.33.6-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.6-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64"
},
"product_reference": "buildah-tests-2:1.33.6-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.6-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le"
},
"product_reference": "buildah-tests-2:1.33.6-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.6-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x"
},
"product_reference": "buildah-tests-2:1.33.6-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.6-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64"
},
"product_reference": "buildah-tests-2:1.33.6-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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.GA:buildah-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:08:31+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.GA:buildah-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2245"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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.GA:buildah-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:08:31+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.GA:buildah-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2245"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
rhsa-2024:4429
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for containernetworking-plugins is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Container Network Interface (CNI) project consists of a specification and libraries for writing plug-ins for configuring network interfaces in Linux containers, along with a number of supported plug-ins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. \n\nSecurity Fix(es):\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\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-2024:4429",
"url": "https://access.redhat.com/errata/RHSA-2024:4429"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4429.json"
}
],
"title": "Red Hat Security Advisory: containernetworking-plugins security update",
"tracking": {
"current_release_date": "2025-11-07T00:14:31+00:00",
"generator": {
"date": "2025-11-07T00:14:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2024:4429",
"initial_release_date": "2024-07-09T12:56:47+00:00",
"revision_history": [
{
"date": "2024-07-09T12:56:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-07-09T12:56:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T00:14:31+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.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.src",
"product": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.src",
"product_id": "containernetworking-plugins-1:1.2.0-3.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-3.el9_2?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.aarch64",
"product_id": "containernetworking-plugins-1:1.2.0-3.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-3.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-3.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-3.el9_2?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le",
"product_id": "containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-3.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-3.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-3.el9_2?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.x86_64",
"product_id": "containernetworking-plugins-1:1.2.0-3.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-3.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-3.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-3.el9_2?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.s390x",
"product": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.s390x",
"product_id": "containernetworking-plugins-1:1.2.0-3.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-3.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-3.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-3.el9_2?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.s390x"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.src"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.el9_2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.src",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-09T12:56:47+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.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.src",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4429"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.src",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.src",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
RHSA-2024:0748
Vulnerability from csaf_redhat
Notes
{
"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:4.0 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* runc: file descriptor leak (\"Leaky Vessels\") (CVE-2024-21626)\n\nA Red Hat Security Bulletin which addresses further details about the Leaky Vessels flaw is available in the References section.\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\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-2024:0748",
"url": "https://access.redhat.com/errata/RHSA-2024:0748"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2024-001",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2024-001"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2258725",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258725"
},
{
"category": "external",
"summary": "RHEL-15029",
"url": "https://issues.redhat.com/browse/RHEL-15029"
},
{
"category": "external",
"summary": "RHEL-17145",
"url": "https://issues.redhat.com/browse/RHEL-17145"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0748.json"
}
],
"title": "Red Hat Security Advisory: container-tools:4.0 security update",
"tracking": {
"current_release_date": "2025-11-11T16:03:05+00:00",
"generator": {
"date": "2025-11-11T16:03:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2024:0748",
"initial_release_date": "2024-02-08T18:33:53+00:00",
"revision_history": [
{
"date": "2024-02-08T18:33:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-02-08T18:33:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-11T16:03:05+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.9.0.Z.MAIN",
"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.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.205.0-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.0.0-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-4.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"product": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch (container-tools:4.0)",
"product_id": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=noarch\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"product": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch (container-tools:4.0)",
"product_id": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.205.0-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"product": {
"name": "podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch (container-tools:4.0)",
"product_id": "podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"product": {
"name": "python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch (container-tools:4.0)",
"product_id": "python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.0.0-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=noarch\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"product": {
"name": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch (container-tools:4.0)",
"product_id": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-4.module%2Bel8.9.0%2B21242%2B944321bb?arch=noarch\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0"
},
"product_reference": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0"
},
"product_reference": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0"
},
"product_reference": "podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0"
},
"product_reference": "python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0"
},
"product_reference": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-08T18:33:53+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0748"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-08T18:33:53+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0748"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"acknowledgments": [
{
"names": [
"The Snyk Reseacher Team"
]
}
],
"cve": "CVE-2024-21626",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-01-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2258725"
}
],
"notes": [
{
"category": "description",
"text": "A file descriptor leak issue was found in the runc package. While a user performs `O_CLOEXEC` all file descriptors before executing the container code, the file descriptor is open when performing `setcwd(2)`, which means that the reference can be kept alive in the container by configuring the working directory to be a path resolved through the file descriptor. The non-dumpable bit is unset after `execve`, meaning there are multiple ways to attack this other than bad configurations. The only way to defend against it entirely is to close all unneeded file descriptors.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: file descriptor leak",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "These vulnerabilities not only enable malicious actors to escape containerized environments but also allow for full control over the underlying host system. With the widespread adoption of containerization technologies in both development and production environments, such exploits pose significant risks to data integrity, confidentiality, and system stability.\n\nOpenShift Container Platform ships with SELinux in targeted enforcing mode, which prevents the container processes from accessing host content and mitigates this attack, and disabling SELinux on the Openshift container platform is not supported. Hence, the impact of the Openshift Container Platform is reduced to Moderate.\n\nFor multicluster-engine (MCE) vulnerable versions of buildkit and runc are part of installed version of oc. However, they are not affecting the higher-level assisted-installer binary in MCE. The presence of these dependencies in the container does not imply a security risk to the containerized application itself, as it is based on low-level packages included in the oc binary, and the impact to the container\u0027s core functionality is minimal.\n\nThis flaw doesn\u0027t affect the OpenShift Tools \u0026 Services as the affected code is only used for testing and is not exposed to the final user.",
"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.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-21626"
},
{
"category": "external",
"summary": "RHBZ#2258725",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258725"
},
{
"category": "external",
"summary": "RHSB-2024-001",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2024-001"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21626"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21626",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21626"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv"
}
],
"release_date": "2024-01-31T20:01:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-08T18:33:53+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0748"
},
{
"category": "workaround",
"details": "Red Hat Enterprise Linux (RHEL) and OpenShift ships with SELinux in targeted enforcing mode, which prevents the container processes from accessing host content and mitigates this attack. Dockerfiles can be inspected on the \u0027RUN\u0027\u00a0and \u0027WORKDIR\u0027 directives to ensure that there are no escapes or malicious paths, which are an indication of compromise. Limiting access and only using trusted container images can help prevent unauthorized access and malicious attacks.",
"product_ids": [
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: file descriptor leak"
}
]
}
rhsa-2024:2180
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for runc is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The runC tool is a lightweight, portable implementation of the Open Container Format (OCF) that provides container runtime.\n\nSecurity Fix(es):\n\n* golang: io/fs: stack exhaustion in Glob (CVE-2022-30630)\n\n* golang: compress/gzip: stack exhaustion in Reader.Read (CVE-2022-30631)\n\n* golang: path/filepath: stack exhaustion in Glob (CVE-2022-30632)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.4 Release Notes linked from 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-2024:2180",
"url": "https://access.redhat.com/errata/RHSA-2024:2180"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index"
},
{
"category": "external",
"summary": "2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "RHEL-25116",
"url": "https://issues.redhat.com/browse/RHEL-25116"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2180.json"
}
],
"title": "Red Hat Security Advisory: runc security update",
"tracking": {
"current_release_date": "2025-11-11T20:48:46+00:00",
"generator": {
"date": "2025-11-11T20:48:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2024:2180",
"initial_release_date": "2024-04-30T10:27:41+00:00",
"revision_history": [
{
"date": "2024-04-30T10:27:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-04-30T10:27:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-11T20:48:46+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.4.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.1.12-2.el9.src",
"product": {
"name": "runc-4:1.1.12-2.el9.src",
"product_id": "runc-4:1.1.12-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-2.el9?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.1.12-2.el9.aarch64",
"product": {
"name": "runc-4:1.1.12-2.el9.aarch64",
"product_id": "runc-4:1.1.12-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-2.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-2.el9.aarch64",
"product": {
"name": "runc-debugsource-4:1.1.12-2.el9.aarch64",
"product_id": "runc-debugsource-4:1.1.12-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-2.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-2.el9.aarch64",
"product": {
"name": "runc-debuginfo-4:1.1.12-2.el9.aarch64",
"product_id": "runc-debuginfo-4:1.1.12-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-2.el9?arch=aarch64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.1.12-2.el9.ppc64le",
"product": {
"name": "runc-4:1.1.12-2.el9.ppc64le",
"product_id": "runc-4:1.1.12-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-2.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-2.el9.ppc64le",
"product": {
"name": "runc-debugsource-4:1.1.12-2.el9.ppc64le",
"product_id": "runc-debugsource-4:1.1.12-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-2.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"product": {
"name": "runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"product_id": "runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-2.el9?arch=ppc64le\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.1.12-2.el9.x86_64",
"product": {
"name": "runc-4:1.1.12-2.el9.x86_64",
"product_id": "runc-4:1.1.12-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-2.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-2.el9.x86_64",
"product": {
"name": "runc-debugsource-4:1.1.12-2.el9.x86_64",
"product_id": "runc-debugsource-4:1.1.12-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-2.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-2.el9.x86_64",
"product": {
"name": "runc-debuginfo-4:1.1.12-2.el9.x86_64",
"product_id": "runc-debuginfo-4:1.1.12-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-2.el9?arch=x86_64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.1.12-2.el9.s390x",
"product": {
"name": "runc-4:1.1.12-2.el9.s390x",
"product_id": "runc-4:1.1.12-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-2.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-2.el9.s390x",
"product": {
"name": "runc-debugsource-4:1.1.12-2.el9.s390x",
"product_id": "runc-debugsource-4:1.1.12-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-2.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-2.el9.s390x",
"product": {
"name": "runc-debuginfo-4:1.1.12-2.el9.s390x",
"product_id": "runc-debuginfo-4:1.1.12-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-2.el9?arch=s390x\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.aarch64"
},
"product_reference": "runc-4:1.1.12-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le"
},
"product_reference": "runc-4:1.1.12-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x"
},
"product_reference": "runc-4:1.1.12-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-2.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src"
},
"product_reference": "runc-4:1.1.12-2.el9.src",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64"
},
"product_reference": "runc-4:1.1.12-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64"
},
"product_reference": "runc-debuginfo-4:1.1.12-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le"
},
"product_reference": "runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x"
},
"product_reference": "runc-debuginfo-4:1.1.12-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64"
},
"product_reference": "runc-debuginfo-4:1.1.12-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64"
},
"product_reference": "runc-debugsource-4:1.1.12-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le"
},
"product_reference": "runc-debugsource-4:1.1.12-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x"
},
"product_reference": "runc-debugsource-4:1.1.12-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
},
"product_reference": "runc-debugsource-4:1.1.12-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-30630",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107371"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, io/fs. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This could allow an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: io/fs: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "RH ProdSec has set the Impact of this vulnerability to Moderate as there is no known method to execute arbitary code. Successful exploitation of this bug can cause the application under attack to panic, merely causing a Denial of Service at the application level. As the kernel is unaffected by this bug, the user can merely relaunch the application to fix the problem. Also, if somehow the application keeps relaunching, the timer watchdogs in the default RHEL kernel will stop the attack in its tracks.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based attacks.",
"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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30630"
},
{
"category": "external",
"summary": "RHBZ#2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630"
},
{
"category": "external",
"summary": "https://go.dev/issue/53415",
"url": "https://go.dev/issue/53415"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:27: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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2180"
}
],
"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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: io/fs: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30631",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107342"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling the Reader, Read method on an archive that contains a large number of concatenated 0-length compressed files can cause a panic issue due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: compress/gzip: stack exhaustion in Reader.Read",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit CVE-2022-30631, an attacker supplies a specially crafted gzip archive to a Go application that uses a vulnerable version of the compress/gzip package without adequate input validation. This can lead to uncontrolled recursion, resulting in stack exhaustion and causing the application to panic, thereby affecting its availability.\n\nAs this is merely a DoS and there is no known way to control the instruction pointer, RH ProdSec has set the impact of this vulnerabilty to \"Moderate\".\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based attacks.",
"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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30631"
},
{
"category": "external",
"summary": "RHBZ#2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631"
},
{
"category": "external",
"summary": "https://go.dev/issue/53168",
"url": "https://go.dev/issue/53168"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:27: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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2180"
}
],
"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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: compress/gzip: stack exhaustion in Reader.Read"
},
{
"cve": "CVE-2022-30632",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107386"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This can cause an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: path/filepath: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The exploitation of this flaw will only result in a denial of service of the application via the application crashing which is why this has been rated as moderate.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based attacks.",
"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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30632"
},
{
"category": "external",
"summary": "RHBZ#2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632"
},
{
"category": "external",
"summary": "https://go.dev/issue/53416",
"url": "https://go.dev/issue/53416"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:27: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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2180"
}
],
"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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: path/filepath: stack exhaustion in Glob"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:27: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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2180"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
rhsa-2023:7201
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.15.0 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.15.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing\nKubernetes application platform solution designed for on-premise or private\ncloud deployments.\n\nSecurity Fix(es):\n\n* golang: net/http, x/net/http2: rapid stream resets can cause excessive\nwork (CVE-2023-44487) (CVE-2023-39325)\n* golang: net/http/internal: Denial of Service (DoS) via Resource\nConsumption via HTTP requests (CVE-2023-39326)\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key\nexchanges. (CVE-2023-45287)\n* ssh: Prefix truncation attack on Binary Packet Protocol (BPP)\n(CVE-2023-48795)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.15/updating/updating_a_cluster/updating-cluster-cli.html",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:7201",
"url": "https://access.redhat.com/errata/RHSA-2023:7201"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "2231370",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231370"
},
{
"category": "external",
"summary": "2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "2251198",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251198"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2253994",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253994"
},
{
"category": "external",
"summary": "2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "2258725",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258725"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2023_7201.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.15.0 packages and security update",
"tracking": {
"current_release_date": "2025-11-12T02:36:25+00:00",
"generator": {
"date": "2025-11-12T02:36:25+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:7201",
"initial_release_date": "2024-02-27T22:34:13+00:00",
"revision_history": [
{
"date": "2024-02-27T22:34:13+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-02-27T22:34:13+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:36:25+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.15",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.15::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.15",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.15::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product": {
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product_id": "afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.4.3-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product": {
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product_id": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-dracut@5.4.3-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product": {
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product_id": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.4.3-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product": {
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product_id": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.4.3-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_id": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-3.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product": {
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_id": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.17.0-3.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product": {
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_id": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.17.0-3.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product": {
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_id": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.17.0-3.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.17.0-3.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product": {
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_id": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.17.0-3.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2023.8-3.el9.x86_64",
"product": {
"name": "ostree-0:2023.8-3.el9.x86_64",
"product_id": "ostree-0:2023.8-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2023.8-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2023.8-3.el9.x86_64",
"product": {
"name": "ostree-devel-0:2023.8-3.el9.x86_64",
"product_id": "ostree-devel-0:2023.8-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2023.8-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-grub2-0:2023.8-3.el9.x86_64",
"product": {
"name": "ostree-grub2-0:2023.8-3.el9.x86_64",
"product_id": "ostree-grub2-0:2023.8-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-grub2@2023.8-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2023.8-3.el9.x86_64",
"product": {
"name": "ostree-libs-0:2023.8-3.el9.x86_64",
"product_id": "ostree-libs-0:2023.8-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2023.8-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2023.8-3.el9.x86_64",
"product": {
"name": "ostree-debugsource-0:2023.8-3.el9.x86_64",
"product_id": "ostree-debugsource-0:2023.8-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2023.8-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2023.8-3.el9.x86_64",
"product": {
"name": "ostree-debuginfo-0:2023.8-3.el9.x86_64",
"product_id": "ostree-debuginfo-0:2023.8-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2023.8-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"product": {
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"product_id": "ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2023.8-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bootupd-0:0.2.17-1.el9.x86_64",
"product": {
"name": "bootupd-0:0.2.17-1.el9.x86_64",
"product_id": "bootupd-0:0.2.17-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootupd@0.2.17-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"product": {
"name": "rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"product_id": "rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-bootupd-debugsource@0.2.17-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"product": {
"name": "bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"product_id": "bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootupd-debuginfo@0.2.17-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product_id": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-21.1.rhaos4.15.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product_id": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-21.1.rhaos4.15.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product_id": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-21.1.rhaos4.15.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el9.x86_64",
"product": {
"name": "cri-tools-0:1.28.0-3.el9.x86_64",
"product_id": "cri-tools-0:1.28.0-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"product": {
"name": "cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"product_id": "cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.28.0-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"product": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"product_id": "cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.28.0-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el9.x86_64",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el9.x86_64",
"product_id": "crun-0:1.14-1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"product": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"product_id": "crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14-1.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"product": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"product_id": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14-1.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2024.2-1.el9.x86_64",
"product": {
"name": "rpm-ostree-0:2024.2-1.el9.x86_64",
"product_id": "rpm-ostree-0:2024.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2024.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"product": {
"name": "rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"product_id": "rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2024.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"product": {
"name": "rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"product_id": "rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2024.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"product": {
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"product_id": "rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2024.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"product": {
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"product_id": "rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2024.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"product_id": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2024.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product_id": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.rhaos4.15.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product_id": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.rhaos4.15.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_id": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-20.2.rhaos4.15.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_id": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-20.2.rhaos4.15.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_id": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-20.2.rhaos4.15.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-20.2.rhaos4.15.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product_id": "conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.2.rhaos4.14.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product": {
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product_id": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-1.2.rhaos4.14.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product": {
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product_id": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-1.2.rhaos4.14.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_id": "ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.16.2-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product": {
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_id": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.16.2-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product": {
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_id": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.16.2-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product": {
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_id": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.16.2-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product": {
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_id": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.16.2-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product_id": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product_id": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"product": {
"name": "bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"product_id": "bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "perf-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "perf-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"product_id": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel-matched@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-internal@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-partner@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel-matched@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-internal@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-partner@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-selftests-internal@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"product_id": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-61.rhaos4.15.el8.x86_64",
"product": {
"name": "containers-common-2:1-61.rhaos4.15.el8.x86_64",
"product_id": "containers-common-2:1-61.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-61.rhaos4.15.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_id": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-2.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product": {
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_id": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.17.0-2.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product": {
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_id": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.17.0-2.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product": {
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_id": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.17.0-2.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.17.0-2.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product": {
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_id": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.17.0-2.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"product": {
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"product_id": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.6.13-2.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product_id": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-21.1.rhaos4.15.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product_id": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-21.1.rhaos4.15.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product_id": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-21.1.rhaos4.15.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el8.x86_64",
"product": {
"name": "cri-tools-0:1.28.0-3.el8.x86_64",
"product_id": "cri-tools-0:1.28.0-3.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"product": {
"name": "cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"product_id": "cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.28.0-3.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"product": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"product_id": "cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.28.0-3.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el8.x86_64",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el8.x86_64",
"product_id": "crun-0:1.14-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"product": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"product_id": "crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14-1.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"product": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"product_id": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14-1.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product_id": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.rhaos4.15.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product_id": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.rhaos4.15.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_id": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-20.2.rhaos4.15.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_id": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-20.2.rhaos4.15.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_id": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-20.2.rhaos4.15.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-20.2.rhaos4.15.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product_id": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-1.1.rhaos4.15.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-1.1.rhaos4.15.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-1.1.rhaos4.15.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product_id": "butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.20.0-1.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product": {
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product_id": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.20.0-1.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product": {
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product_id": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.20.0-1.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product_id": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product_id": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"product_id": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product": {
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product_id": "afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.4.3-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product": {
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product_id": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-dracut@5.4.3-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product": {
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product_id": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.4.3-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product": {
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product_id": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.4.3-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_id": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-3.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product": {
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_id": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.17.0-3.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product": {
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_id": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.17.0-3.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product": {
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_id": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.17.0-3.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.17.0-3.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product": {
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_id": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.17.0-3.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2023.8-3.el9.aarch64",
"product": {
"name": "ostree-0:2023.8-3.el9.aarch64",
"product_id": "ostree-0:2023.8-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2023.8-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2023.8-3.el9.aarch64",
"product": {
"name": "ostree-devel-0:2023.8-3.el9.aarch64",
"product_id": "ostree-devel-0:2023.8-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2023.8-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-grub2-0:2023.8-3.el9.aarch64",
"product": {
"name": "ostree-grub2-0:2023.8-3.el9.aarch64",
"product_id": "ostree-grub2-0:2023.8-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-grub2@2023.8-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2023.8-3.el9.aarch64",
"product": {
"name": "ostree-libs-0:2023.8-3.el9.aarch64",
"product_id": "ostree-libs-0:2023.8-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2023.8-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2023.8-3.el9.aarch64",
"product": {
"name": "ostree-debugsource-0:2023.8-3.el9.aarch64",
"product_id": "ostree-debugsource-0:2023.8-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2023.8-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2023.8-3.el9.aarch64",
"product": {
"name": "ostree-debuginfo-0:2023.8-3.el9.aarch64",
"product_id": "ostree-debuginfo-0:2023.8-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2023.8-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"product": {
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"product_id": "ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2023.8-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product_id": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-21.1.rhaos4.15.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product_id": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-21.1.rhaos4.15.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product_id": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-21.1.rhaos4.15.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el9.aarch64",
"product": {
"name": "cri-tools-0:1.28.0-3.el9.aarch64",
"product_id": "cri-tools-0:1.28.0-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"product": {
"name": "cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"product_id": "cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.28.0-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"product": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"product_id": "cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.28.0-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el9.aarch64",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el9.aarch64",
"product_id": "crun-0:1.14-1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"product": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"product_id": "crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14-1.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"product": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"product_id": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14-1.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2024.2-1.el9.aarch64",
"product": {
"name": "rpm-ostree-0:2024.2-1.el9.aarch64",
"product_id": "rpm-ostree-0:2024.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2024.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"product": {
"name": "rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"product_id": "rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2024.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"product": {
"name": "rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"product_id": "rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2024.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"product": {
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"product_id": "rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2024.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"product": {
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"product_id": "rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2024.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"product_id": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2024.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product_id": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.rhaos4.15.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product_id": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.rhaos4.15.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_id": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-20.2.rhaos4.15.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_id": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-20.2.rhaos4.15.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_id": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-20.2.rhaos4.15.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-20.2.rhaos4.15.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product_id": "conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.2.rhaos4.14.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product": {
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product_id": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-1.2.rhaos4.14.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product": {
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product_id": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-1.2.rhaos4.14.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_id": "ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.16.2-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product": {
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_id": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.16.2-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product": {
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_id": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.16.2-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product": {
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_id": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.16.2-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product": {
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_id": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.16.2-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product_id": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product_id": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"product": {
"name": "bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"product_id": "bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-internal@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-partner@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-internal@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-partner@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "perf-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "perf-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"product_id": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"product_id": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-61.rhaos4.15.el8.aarch64",
"product": {
"name": "containers-common-2:1-61.rhaos4.15.el8.aarch64",
"product_id": "containers-common-2:1-61.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-61.rhaos4.15.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_id": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-2.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product": {
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_id": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.17.0-2.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product": {
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_id": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.17.0-2.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product": {
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_id": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.17.0-2.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.17.0-2.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product": {
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_id": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.17.0-2.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"product": {
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"product_id": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.6.13-2.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product_id": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-21.1.rhaos4.15.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product_id": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-21.1.rhaos4.15.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product_id": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-21.1.rhaos4.15.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el8.aarch64",
"product": {
"name": "cri-tools-0:1.28.0-3.el8.aarch64",
"product_id": "cri-tools-0:1.28.0-3.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"product": {
"name": "cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"product_id": "cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.28.0-3.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"product": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"product_id": "cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.28.0-3.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el8.aarch64",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el8.aarch64",
"product_id": "crun-0:1.14-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"product": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"product_id": "crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14-1.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"product": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"product_id": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14-1.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product_id": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.rhaos4.15.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product_id": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.rhaos4.15.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_id": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-20.2.rhaos4.15.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_id": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-20.2.rhaos4.15.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_id": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-20.2.rhaos4.15.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-20.2.rhaos4.15.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product_id": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-1.1.rhaos4.15.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-1.1.rhaos4.15.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-1.1.rhaos4.15.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product_id": "butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.20.0-1.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product": {
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product_id": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.20.0-1.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product": {
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product_id": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.20.0-1.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product_id": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product_id": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"product_id": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product_id": "afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.4.3-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product_id": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-dracut@5.4.3-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product_id": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.4.3-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product_id": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.4.3-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_id": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-3.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product": {
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_id": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.17.0-3.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product": {
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_id": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.17.0-3.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product": {
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_id": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.17.0-3.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.17.0-3.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product": {
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_id": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.17.0-3.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2023.8-3.el9.ppc64le",
"product": {
"name": "ostree-0:2023.8-3.el9.ppc64le",
"product_id": "ostree-0:2023.8-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2023.8-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2023.8-3.el9.ppc64le",
"product": {
"name": "ostree-devel-0:2023.8-3.el9.ppc64le",
"product_id": "ostree-devel-0:2023.8-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2023.8-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-grub2-0:2023.8-3.el9.ppc64le",
"product": {
"name": "ostree-grub2-0:2023.8-3.el9.ppc64le",
"product_id": "ostree-grub2-0:2023.8-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-grub2@2023.8-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2023.8-3.el9.ppc64le",
"product": {
"name": "ostree-libs-0:2023.8-3.el9.ppc64le",
"product_id": "ostree-libs-0:2023.8-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2023.8-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2023.8-3.el9.ppc64le",
"product": {
"name": "ostree-debugsource-0:2023.8-3.el9.ppc64le",
"product_id": "ostree-debugsource-0:2023.8-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2023.8-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"product": {
"name": "ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"product_id": "ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2023.8-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"product": {
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"product_id": "ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2023.8-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product_id": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-21.1.rhaos4.15.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product_id": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-21.1.rhaos4.15.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product_id": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-21.1.rhaos4.15.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el9.ppc64le",
"product": {
"name": "cri-tools-0:1.28.0-3.el9.ppc64le",
"product_id": "cri-tools-0:1.28.0-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"product": {
"name": "cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"product_id": "cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.28.0-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"product": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"product_id": "cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.28.0-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"product_id": "crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"product": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"product_id": "crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14-1.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"product_id": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14-1.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2024.2-1.el9.ppc64le",
"product": {
"name": "rpm-ostree-0:2024.2-1.el9.ppc64le",
"product_id": "rpm-ostree-0:2024.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2024.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"product": {
"name": "rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"product_id": "rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2024.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"product": {
"name": "rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"product_id": "rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2024.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"product": {
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"product_id": "rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2024.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"product": {
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"product_id": "rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2024.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"product_id": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2024.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product_id": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.rhaos4.15.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product_id": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.rhaos4.15.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_id": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-20.2.rhaos4.15.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_id": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-20.2.rhaos4.15.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_id": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-20.2.rhaos4.15.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-20.2.rhaos4.15.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product_id": "conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.2.rhaos4.14.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product": {
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product_id": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-1.2.rhaos4.14.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product": {
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product_id": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-1.2.rhaos4.14.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_id": "ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.16.2-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_id": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.16.2-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_id": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.16.2-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_id": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.16.2-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_id": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.16.2-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product_id": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product_id": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"product_id": "bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"product_id": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"product_id": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"product": {
"name": "containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"product_id": "containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-61.rhaos4.15.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_id": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-2.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product": {
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_id": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.17.0-2.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product": {
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_id": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.17.0-2.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product": {
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_id": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.17.0-2.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.17.0-2.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product": {
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_id": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.17.0-2.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"product": {
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"product_id": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.6.13-2.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product_id": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-21.1.rhaos4.15.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product_id": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-21.1.rhaos4.15.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product_id": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-21.1.rhaos4.15.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el8.ppc64le",
"product": {
"name": "cri-tools-0:1.28.0-3.el8.ppc64le",
"product_id": "cri-tools-0:1.28.0-3.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"product": {
"name": "cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"product_id": "cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.28.0-3.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"product": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"product_id": "cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.28.0-3.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"product_id": "crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"product_id": "crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14-1.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"product_id": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14-1.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product_id": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.rhaos4.15.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product_id": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.rhaos4.15.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_id": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-20.2.rhaos4.15.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_id": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-20.2.rhaos4.15.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_id": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-20.2.rhaos4.15.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-20.2.rhaos4.15.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product_id": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-1.1.rhaos4.15.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-1.1.rhaos4.15.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-1.1.rhaos4.15.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product_id": "butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.20.0-1.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product_id": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.20.0-1.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product_id": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.20.0-1.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product_id": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product_id": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"product_id": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"product": {
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"product_id": "afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.4.3-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"product": {
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"product_id": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-dracut@5.4.3-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"product": {
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"product_id": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.4.3-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"product": {
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"product_id": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.4.3-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"product": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_id": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-3.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"product": {
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_id": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.17.0-3.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"product": {
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_id": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.17.0-3.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"product": {
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_id": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.17.0-3.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.17.0-3.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"product": {
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_id": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.17.0-3.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2023.8-3.el9.s390x",
"product": {
"name": "ostree-0:2023.8-3.el9.s390x",
"product_id": "ostree-0:2023.8-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2023.8-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2023.8-3.el9.s390x",
"product": {
"name": "ostree-devel-0:2023.8-3.el9.s390x",
"product_id": "ostree-devel-0:2023.8-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2023.8-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2023.8-3.el9.s390x",
"product": {
"name": "ostree-libs-0:2023.8-3.el9.s390x",
"product_id": "ostree-libs-0:2023.8-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2023.8-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2023.8-3.el9.s390x",
"product": {
"name": "ostree-debugsource-0:2023.8-3.el9.s390x",
"product_id": "ostree-debugsource-0:2023.8-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2023.8-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2023.8-3.el9.s390x",
"product": {
"name": "ostree-debuginfo-0:2023.8-3.el9.s390x",
"product_id": "ostree-debuginfo-0:2023.8-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2023.8-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"product": {
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"product_id": "ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2023.8-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product_id": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-21.1.rhaos4.15.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product_id": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-21.1.rhaos4.15.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product_id": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-21.1.rhaos4.15.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el9.s390x",
"product": {
"name": "cri-tools-0:1.28.0-3.el9.s390x",
"product_id": "cri-tools-0:1.28.0-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"product": {
"name": "cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"product_id": "cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.28.0-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"product": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"product_id": "cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.28.0-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el9.s390x",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el9.s390x",
"product_id": "crun-0:1.14-1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"product": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"product_id": "crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14-1.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"product": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"product_id": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14-1.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2024.2-1.el9.s390x",
"product": {
"name": "rpm-ostree-0:2024.2-1.el9.s390x",
"product_id": "rpm-ostree-0:2024.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2024.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2024.2-1.el9.s390x",
"product": {
"name": "rpm-ostree-devel-0:2024.2-1.el9.s390x",
"product_id": "rpm-ostree-devel-0:2024.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2024.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2024.2-1.el9.s390x",
"product": {
"name": "rpm-ostree-libs-0:2024.2-1.el9.s390x",
"product_id": "rpm-ostree-libs-0:2024.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2024.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"product": {
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"product_id": "rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2024.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"product": {
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"product_id": "rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2024.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"product_id": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2024.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"product": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"product_id": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.rhaos4.15.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"product": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"product_id": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.rhaos4.15.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_id": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-20.2.rhaos4.15.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_id": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-20.2.rhaos4.15.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_id": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-20.2.rhaos4.15.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_id": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-20.2.rhaos4.15.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product_id": "conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.2.rhaos4.14.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product": {
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product_id": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-1.2.rhaos4.14.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product": {
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product_id": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-1.2.rhaos4.14.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"product": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_id": "ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.16.2-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"product": {
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_id": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.16.2-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"product": {
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_id": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.16.2-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"product": {
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_id": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.16.2-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"product": {
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_id": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.16.2-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product_id": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product_id": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"product": {
"name": "bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"product_id": "bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-internal@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-partner@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "perf-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "perf-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "rtla-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "rtla-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"product_id": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"product": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"product_id": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-61.rhaos4.15.el8.s390x",
"product": {
"name": "containers-common-2:1-61.rhaos4.15.el8.s390x",
"product_id": "containers-common-2:1-61.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-61.rhaos4.15.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"product": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_id": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-2.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"product": {
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_id": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.17.0-2.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"product": {
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_id": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.17.0-2.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"product": {
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_id": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.17.0-2.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.17.0-2.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"product": {
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_id": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.17.0-2.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"product": {
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"product_id": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.6.13-2.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product_id": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-21.1.rhaos4.15.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product_id": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-21.1.rhaos4.15.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product_id": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-21.1.rhaos4.15.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el8.s390x",
"product": {
"name": "cri-tools-0:1.28.0-3.el8.s390x",
"product_id": "cri-tools-0:1.28.0-3.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"product": {
"name": "cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"product_id": "cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.28.0-3.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"product": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"product_id": "cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.28.0-3.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el8.s390x",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el8.s390x",
"product_id": "crun-0:1.14-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"product": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"product_id": "crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14-1.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"product": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"product_id": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14-1.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"product": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"product_id": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.rhaos4.15.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"product": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"product_id": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.rhaos4.15.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_id": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-20.2.rhaos4.15.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_id": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-20.2.rhaos4.15.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_id": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-20.2.rhaos4.15.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_id": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-20.2.rhaos4.15.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product_id": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-1.1.rhaos4.15.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-1.1.rhaos4.15.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-1.1.rhaos4.15.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"product": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"product_id": "butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.20.0-1.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"product": {
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"product_id": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.20.0-1.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"product": {
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"product_id": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.20.0-1.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product_id": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product_id": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"product": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"product_id": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"product": {
"name": "rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"product_id": "rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn@5.4.3-2.rhaos4.15.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.1.2-1.rhaos4.15.el9.src",
"product": {
"name": "toolbox-0:0.1.2-1.rhaos4.15.el9.src",
"product_id": "toolbox-0:0.1.2-1.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.1.2-1.rhaos4.15.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"product": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"product_id": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-3.rhaos4.15.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2023.8-3.el9.src",
"product": {
"name": "ostree-0:2023.8-3.el9.src",
"product_id": "ostree-0:2023.8-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2023.8-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "rust-bootupd-0:0.2.17-1.el9.src",
"product": {
"name": "rust-bootupd-0:0.2.17-1.el9.src",
"product_id": "rust-bootupd-0:0.2.17-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-bootupd@0.2.17-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el9?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"product": {
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"product_id": "container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.228.1-1.rhaos4.15.el9?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el9.src",
"product": {
"name": "cri-tools-0:1.28.0-3.el9.src",
"product_id": "cri-tools-0:1.28.0-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el9.src",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el9.src",
"product_id": "crun-0:1.14-1.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2024.2-1.el9.src",
"product": {
"name": "rpm-ostree-0:2024.2-1.el9.src",
"product_id": "rpm-ostree-0:2024.2-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2024.2-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el9.src",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.src",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el9?arch=src\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"product": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"product_id": "conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.2.rhaos4.14.el9?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.src",
"product": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.src",
"product_id": "ignition-0:2.16.2-2.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.16.2-2.rhaos4.15.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.54.1.el9_2.src",
"product": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.src",
"product_id": "kernel-0:5.14.0-284.54.1.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.54.1.el9_2?arch=src"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"product": {
"name": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"product_id": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.54.1.rt14.339.el9_2?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"product": {
"name": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"product_id": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"product": {
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"product_id": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el9.src",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.src",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el9?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-61.rhaos4.15.el8.src",
"product": {
"name": "containers-common-2:1-61.rhaos4.15.el8.src",
"product_id": "containers-common-2:1-61.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-61.rhaos4.15.el8?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"product": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"product_id": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-2.rhaos4.15.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"product": {
"name": "haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"product_id": "haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy@2.6.13-2.rhaos4.15.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"product": {
"name": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"product_id": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift4-aws-iso@4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el8?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"product": {
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"product_id": "container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.228.1-1.rhaos4.15.el8?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el8.src",
"product": {
"name": "cri-tools-0:1.28.0-3.el8.src",
"product_id": "cri-tools-0:1.28.0-3.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el8.src",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el8.src",
"product_id": "crun-0:1.14-1.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el8.src",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.src",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el8?arch=src\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el8?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"product": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"product_id": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-1.1.rhaos4.15.el8?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.20.0-1.rhaos4.15.el8.src",
"product": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.src",
"product_id": "butane-0:0.20.0-1.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.20.0-1.rhaos4.15.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"product": {
"name": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"product_id": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"product": {
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"product_id": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el8.src",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.src",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el8?arch=src\u0026epoch=3"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"product": {
"name": "toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"product_id": "toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.1.2-1.rhaos4.15.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"product": {
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"product_id": "container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.228.1-1.rhaos4.15.el9?arch=noarch\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"product": {
"name": "kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"product_id": "kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-284.54.1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"product": {
"name": "kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"product_id": "kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@5.14.0-284.54.1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"product": {
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"product_id": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"product": {
"name": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"product_id": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-test@4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"product": {
"name": "podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"product_id": "podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.4.1-21.rhaos4.15.el9?arch=noarch\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"product": {
"name": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"product_id": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift4-aws-iso@4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"product": {
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"product_id": "container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.228.1-1.rhaos4.15.el8?arch=noarch\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"product": {
"name": "butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"product_id": "butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-redistributable@0.20.0-1.rhaos4.15.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"product": {
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"product_id": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"product": {
"name": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"product_id": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-test@4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"product": {
"name": "podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"product_id": "podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.4.1-21.rhaos4.15.el8?arch=noarch\u0026epoch=3"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x"
},
"product_reference": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64"
},
"product_reference": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x"
},
"product_reference": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64"
},
"product_reference": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64"
},
"product_reference": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le"
},
"product_reference": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x"
},
"product_reference": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64"
},
"product_reference": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64"
},
"product_reference": "butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x"
},
"product_reference": "butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src"
},
"product_reference": "butane-0:0.20.0-1.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64"
},
"product_reference": "butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64"
},
"product_reference": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x"
},
"product_reference": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64"
},
"product_reference": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64"
},
"product_reference": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x"
},
"product_reference": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64"
},
"product_reference": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch"
},
"product_reference": "butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch"
},
"product_reference": "container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src"
},
"product_reference": "container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x"
},
"product_reference": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src"
},
"product_reference": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-61.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64"
},
"product_reference": "containers-common-2:1-61.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-61.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le"
},
"product_reference": "containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-61.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x"
},
"product_reference": "containers-common-2:1-61.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-61.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src"
},
"product_reference": "containers-common-2:1-61.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-61.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64"
},
"product_reference": "containers-common-2:1-61.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64"
},
"product_reference": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le"
},
"product_reference": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x"
},
"product_reference": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src"
},
"product_reference": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64"
},
"product_reference": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64"
},
"product_reference": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le"
},
"product_reference": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x"
},
"product_reference": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64"
},
"product_reference": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64"
},
"product_reference": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le"
},
"product_reference": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x"
},
"product_reference": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64"
},
"product_reference": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64"
},
"product_reference": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le"
},
"product_reference": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x"
},
"product_reference": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64"
},
"product_reference": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64"
},
"product_reference": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le"
},
"product_reference": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x"
},
"product_reference": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64"
},
"product_reference": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x"
},
"product_reference": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64"
},
"product_reference": "cri-tools-0:1.28.0-3.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le"
},
"product_reference": "cri-tools-0:1.28.0-3.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x"
},
"product_reference": "cri-tools-0:1.28.0-3.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src"
},
"product_reference": "cri-tools-0:1.28.0-3.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64"
},
"product_reference": "cri-tools-0:1.28.0-3.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64"
},
"product_reference": "cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le"
},
"product_reference": "cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x"
},
"product_reference": "cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64"
},
"product_reference": "cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.28.0-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64"
},
"product_reference": "cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.28.0-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le"
},
"product_reference": "cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.28.0-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x"
},
"product_reference": "cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.28.0-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64"
},
"product_reference": "cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64"
},
"product_reference": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x"
},
"product_reference": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64"
},
"product_reference": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64"
},
"product_reference": "crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x"
},
"product_reference": "crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64"
},
"product_reference": "crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-0:2.6.13-2.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src"
},
"product_reference": "haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64"
},
"product_reference": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le"
},
"product_reference": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x"
},
"product_reference": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64"
},
"product_reference": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src"
},
"product_reference": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch"
},
"product_reference": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src"
},
"product_reference": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch"
},
"product_reference": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x"
},
"product_reference": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch"
},
"product_reference": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src"
},
"product_reference": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch"
},
"product_reference": "podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64"
},
"product_reference": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x"
},
"product_reference": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64"
},
"product_reference": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64"
},
"product_reference": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x"
},
"product_reference": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64"
},
"product_reference": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x"
},
"product_reference": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64"
},
"product_reference": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le"
},
"product_reference": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x"
},
"product_reference": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64"
},
"product_reference": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64"
},
"product_reference": "afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x"
},
"product_reference": "afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64"
},
"product_reference": "afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64"
},
"product_reference": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x"
},
"product_reference": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64"
},
"product_reference": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64"
},
"product_reference": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x"
},
"product_reference": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64"
},
"product_reference": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootupd-0:0.2.17-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64"
},
"product_reference": "bootupd-0:0.2.17-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootupd-debuginfo-0:0.2.17-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64"
},
"product_reference": "bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64"
},
"product_reference": "bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x"
},
"product_reference": "bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64"
},
"product_reference": "bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x"
},
"product_reference": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64"
},
"product_reference": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x"
},
"product_reference": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64"
},
"product_reference": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64"
},
"product_reference": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le"
},
"product_reference": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x"
},
"product_reference": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64"
},
"product_reference": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64"
},
"product_reference": "conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le"
},
"product_reference": "conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x"
},
"product_reference": "conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src"
},
"product_reference": "conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64"
},
"product_reference": "conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64"
},
"product_reference": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le"
},
"product_reference": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x"
},
"product_reference": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64"
},
"product_reference": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64"
},
"product_reference": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le"
},
"product_reference": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x"
},
"product_reference": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64"
},
"product_reference": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch"
},
"product_reference": "container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src"
},
"product_reference": "container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64"
},
"product_reference": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le"
},
"product_reference": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x"
},
"product_reference": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src"
},
"product_reference": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64"
},
"product_reference": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64"
},
"product_reference": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le"
},
"product_reference": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x"
},
"product_reference": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64"
},
"product_reference": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64"
},
"product_reference": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le"
},
"product_reference": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x"
},
"product_reference": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64"
},
"product_reference": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64"
},
"product_reference": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le"
},
"product_reference": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x"
},
"product_reference": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64"
},
"product_reference": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64"
},
"product_reference": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le"
},
"product_reference": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x"
},
"product_reference": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64"
},
"product_reference": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x"
},
"product_reference": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64"
},
"product_reference": "cri-tools-0:1.28.0-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le"
},
"product_reference": "cri-tools-0:1.28.0-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x"
},
"product_reference": "cri-tools-0:1.28.0-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src"
},
"product_reference": "cri-tools-0:1.28.0-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64"
},
"product_reference": "cri-tools-0:1.28.0-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64"
},
"product_reference": "cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le"
},
"product_reference": "cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x"
},
"product_reference": "cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64"
},
"product_reference": "cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.28.0-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64"
},
"product_reference": "cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.28.0-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le"
},
"product_reference": "cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.28.0-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x"
},
"product_reference": "cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.28.0-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64"
},
"product_reference": "cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64"
},
"product_reference": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x"
},
"product_reference": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64"
},
"product_reference": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64"
},
"product_reference": "crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le"
},
"product_reference": "crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x"
},
"product_reference": "crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64"
},
"product_reference": "crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64"
},
"product_reference": "ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x"
},
"product_reference": "ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src"
},
"product_reference": "ignition-0:2.16.2-2.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64"
},
"product_reference": "ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64"
},
"product_reference": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x"
},
"product_reference": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64"
},
"product_reference": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64"
},
"product_reference": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x"
},
"product_reference": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64"
},
"product_reference": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64"
},
"product_reference": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x"
},
"product_reference": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64"
},
"product_reference": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64"
},
"product_reference": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x"
},
"product_reference": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64"
},
"product_reference": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src"
},
"product_reference": "kernel-0:5.14.0-284.54.1.el9_2.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-284.54.1.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src"
},
"product_reference": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src"
},
"product_reference": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch"
},
"product_reference": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src"
},
"product_reference": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch"
},
"product_reference": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x"
},
"product_reference": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2023.8-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64"
},
"product_reference": "ostree-0:2023.8-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2023.8-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le"
},
"product_reference": "ostree-0:2023.8-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2023.8-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x"
},
"product_reference": "ostree-0:2023.8-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2023.8-3.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src"
},
"product_reference": "ostree-0:2023.8-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2023.8-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64"
},
"product_reference": "ostree-0:2023.8-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2023.8-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64"
},
"product_reference": "ostree-debuginfo-0:2023.8-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2023.8-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le"
},
"product_reference": "ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2023.8-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x"
},
"product_reference": "ostree-debuginfo-0:2023.8-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2023.8-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64"
},
"product_reference": "ostree-debuginfo-0:2023.8-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2023.8-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64"
},
"product_reference": "ostree-debugsource-0:2023.8-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2023.8-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le"
},
"product_reference": "ostree-debugsource-0:2023.8-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2023.8-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x"
},
"product_reference": "ostree-debugsource-0:2023.8-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2023.8-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64"
},
"product_reference": "ostree-debugsource-0:2023.8-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2023.8-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64"
},
"product_reference": "ostree-devel-0:2023.8-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2023.8-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le"
},
"product_reference": "ostree-devel-0:2023.8-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2023.8-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x"
},
"product_reference": "ostree-devel-0:2023.8-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2023.8-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64"
},
"product_reference": "ostree-devel-0:2023.8-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-grub2-0:2023.8-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64"
},
"product_reference": "ostree-grub2-0:2023.8-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-grub2-0:2023.8-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le"
},
"product_reference": "ostree-grub2-0:2023.8-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-grub2-0:2023.8-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64"
},
"product_reference": "ostree-grub2-0:2023.8-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2023.8-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64"
},
"product_reference": "ostree-libs-0:2023.8-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2023.8-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le"
},
"product_reference": "ostree-libs-0:2023.8-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2023.8-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x"
},
"product_reference": "ostree-libs-0:2023.8-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2023.8-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64"
},
"product_reference": "ostree-libs-0:2023.8-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64"
},
"product_reference": "ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le"
},
"product_reference": "ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x"
},
"product_reference": "ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64"
},
"product_reference": "ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "perf-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "perf-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "perf-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch"
},
"product_reference": "podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2024.2-1.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64"
},
"product_reference": "rpm-ostree-0:2024.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2024.2-1.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le"
},
"product_reference": "rpm-ostree-0:2024.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2024.2-1.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x"
},
"product_reference": "rpm-ostree-0:2024.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2024.2-1.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src"
},
"product_reference": "rpm-ostree-0:2024.2-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2024.2-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64"
},
"product_reference": "rpm-ostree-0:2024.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64"
},
"product_reference": "rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le"
},
"product_reference": "rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x"
},
"product_reference": "rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64"
},
"product_reference": "rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64"
},
"product_reference": "rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le"
},
"product_reference": "rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x"
},
"product_reference": "rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64"
},
"product_reference": "rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2024.2-1.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64"
},
"product_reference": "rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2024.2-1.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le"
},
"product_reference": "rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2024.2-1.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x"
},
"product_reference": "rpm-ostree-devel-0:2024.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2024.2-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64"
},
"product_reference": "rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2024.2-1.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64"
},
"product_reference": "rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2024.2-1.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le"
},
"product_reference": "rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2024.2-1.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x"
},
"product_reference": "rpm-ostree-libs-0:2024.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2024.2-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64"
},
"product_reference": "rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "rtla-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64"
},
"product_reference": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le"
},
"product_reference": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x"
},
"product_reference": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64"
},
"product_reference": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64"
},
"product_reference": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le"
},
"product_reference": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x"
},
"product_reference": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64"
},
"product_reference": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src"
},
"product_reference": "rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64"
},
"product_reference": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x"
},
"product_reference": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64"
},
"product_reference": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-bootupd-0:0.2.17-1.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src"
},
"product_reference": "rust-bootupd-0:0.2.17-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64"
},
"product_reference": "rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x"
},
"product_reference": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64"
},
"product_reference": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le"
},
"product_reference": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x"
},
"product_reference": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64"
},
"product_reference": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.1.2-1.rhaos4.15.el9.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch"
},
"product_reference": "toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.1.2-1.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
},
"product_reference": "toolbox-0:0.1.2-1.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39325",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-10T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2243296"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is related to CVE-2023-44487.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"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-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39325"
},
{
"category": "external",
"summary": "RHBZ#2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-44487",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://go.dev/issue/63417",
"url": "https://go.dev/issue/63417"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-27T22:34:13+00:00",
"details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.15/release_notes/ocp-4-15-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7201"
},
{
"category": "workaround",
"details": "The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"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-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)"
},
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-27T22:34:13+00:00",
"details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.15/release_notes/ocp-4-15-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7201"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-27T22:34:13+00:00",
"details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.15/release_notes/ocp-4-15-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7201"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"cve": "CVE-2023-48795",
"cwe": {
"id": "CWE-222",
"name": "Truncation of Security-relevant Information"
},
"discovery_date": "2023-12-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2254210"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SSH channel integrity. By manipulating sequence numbers during the handshake, an attacker can remove the initial messages on the secure channel without causing a MAC failure. For example, an attacker could disable the ping extension and thus disable the new countermeasure in OpenSSH 9.5 against keystroke timing attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is classified as moderate because the attack requires an active Man-in-the-Middle (MITM) who can intercept and modify the connection\u0027s traffic at the TCP/IP layer.\n\nAlthough the attack is cryptographically innovative, its security impact is fortunately quite limited. It only allows the deletion of consecutive messages, and deleting most messages at this protocol stage prevents user authentication from proceeding, leading to a stalled connection.\n\nThe most significant identified impact is that it enables a MITM to delete the SSH2_MSG_EXT_INFO message sent before authentication begins. This allows the attacker to disable a subset of keystroke timing obfuscation features. However, there is no other observable impact on session secrecy or session integrity.",
"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-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-48795"
},
{
"category": "external",
"summary": "RHBZ#2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7071748",
"url": "https://access.redhat.com/solutions/7071748"
},
{
"category": "external",
"summary": "https://terrapin-attack.com/",
"url": "https://terrapin-attack.com/"
}
],
"release_date": "2023-12-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-27T22:34:13+00:00",
"details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.15/release_notes/ocp-4-15-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7201"
},
{
"category": "workaround",
"details": "Update to the last version and check that client and server provide kex pseudo-algorithms indicating usage of the updated version of the protocol which is protected from the attack. If \"kex-strict-c-v00@openssh.com\" is provided by clients and \"kex-strict-s-v00@openssh.com\" is in the server\u0027s reply, no other steps are necessary.\n\nDisabling ciphers if necessary:\n\nIf \"kex-strict-c-v00@openssh.com\" is not provided by clients or \"kex-strict-s-v00@openssh.com\" is absent in the server\u0027s reply, you can disable the following ciphers and HMACs as a workaround on RHEL-8 and RHEL-9:\n\n1. chacha20-poly1305@openssh.com\n2. hmac-sha2-512-etm@openssh.com\n3. hmac-sha2-256-etm@openssh.com\n4. hmac-sha1-etm@openssh.com\n5. hmac-md5-etm@openssh.com\n\nTo do that through crypto-policies, one can apply a subpolicy with the following content:\n```\ncipher@SSH = -CHACHA20-POLY1305\nssh_etm = 0\n```\ne.g., by putting these lines into `/etc/crypto-policies/policies/modules/CVE-2023-48795.pmod`, applying the resulting subpolicy with `update-crypto-policies --set $(update-crypto-policies --show):CVE-2023-48795` and restarting openssh server.\n\nOne can verify that the changes are in effect by ensuring the ciphers listed above are missing from both `/etc/crypto-policies/back-ends/openssh.config` and `/etc/crypto-policies/back-ends/opensshserver.config`.\n\nFor more details on using crypto-policies, please refer to https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/using-the-system-wide-cryptographic-policies_security-hardening\n\nNote that this procedure does limit the interoperability of the host and is only suggested as a temporary mitigation until the issue is fully resolved with an update.\n\nFor RHEL-7: \nWe can recommend to use strict MACs and Ciphers on RHEL7 in both files /etc/ssh/ssh_config and /etc/ssh/sshd_config.\n\nBelow strict set of Ciphers and MACs can be used as mitigation for RHEL 7.\n\n```\nCiphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com\nMACs umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512\n```\n\n- For Openshift Container Platform 4:\nPlease refer the KCS[1] document for verifying the fix in RHCOS.\n\n[1] https://access.redhat.com/solutions/7071748",
"product_ids": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)"
}
]
}
rhsa-2024:1078
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Service Telemetry Framework 1.5.4.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Security Fix(es):\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nService Telemetry Framework (STF) provides automated collection of measurements and data from remote clients, such as Red Hat OpenStack Platform or third-party nodes. STF then transmits the information to a centralized, receiving Red Hat OpenShift Container Platform (OCP) deployment for storage, retrieval, and monitoring.",
"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-2024:1078",
"url": "https://access.redhat.com/errata/RHSA-2024:1078"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "OSPRH-2140",
"url": "https://issues.redhat.com/browse/OSPRH-2140"
},
{
"category": "external",
"summary": "OSPRH-2577",
"url": "https://issues.redhat.com/browse/OSPRH-2577"
},
{
"category": "external",
"summary": "OSPRH-3492",
"url": "https://issues.redhat.com/browse/OSPRH-3492"
},
{
"category": "external",
"summary": "OSPRH-800",
"url": "https://issues.redhat.com/browse/OSPRH-800"
},
{
"category": "external",
"summary": "OSPRH-825",
"url": "https://issues.redhat.com/browse/OSPRH-825"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1078.json"
}
],
"title": "Red Hat Security Advisory: Service Telemetry Framework 1.5.4 security update",
"tracking": {
"current_release_date": "2025-11-07T16:41:48+00:00",
"generator": {
"date": "2025-11-07T16:41:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2024:1078",
"initial_release_date": "2024-03-05T00:34:10+00:00",
"revision_history": [
{
"date": "2024-03-05T00:34:10+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-03-05T00:34:10+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T16:41:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Service Telemetry Framework 1.5 for RHEL 8",
"product": {
"name": "Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:stf:1.5::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"product": {
"name": "stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"product_id": "stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652?arch=amd64\u0026repository_url=registry.redhat.io/stf/prometheus-webhook-snmp-rhel8\u0026tag=1.5.3-6"
}
}
},
{
"category": "product_version",
"name": "stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"product": {
"name": "stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"product_id": "stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae?arch=amd64\u0026repository_url=registry.redhat.io/stf/service-telemetry-operator-bundle\u0026tag=1.5.1709040648-1"
}
}
},
{
"category": "product_version",
"name": "stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"product": {
"name": "stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"product_id": "stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db?arch=amd64\u0026repository_url=registry.redhat.io/stf/service-telemetry-rhel8-operator\u0026tag=5.0.4-7"
}
}
},
{
"category": "product_version",
"name": "stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"product": {
"name": "stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"product_id": "stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe?arch=amd64\u0026repository_url=registry.redhat.io/stf/sg-bridge-rhel8\u0026tag=1.5.2-5"
}
}
},
{
"category": "product_version",
"name": "stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64",
"product": {
"name": "stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64",
"product_id": "stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27?arch=amd64\u0026repository_url=registry.redhat.io/stf/sg-core-rhel8\u0026tag=5.2.1-6"
}
}
},
{
"category": "product_version",
"name": "stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"product": {
"name": "stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"product_id": "stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"product_identification_helper": {
"purl": "pkg:oci/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370?arch=amd64\u0026repository_url=registry.redhat.io/stf/smart-gateway-operator-bundle\u0026tag=5.0.1709040649-1"
}
}
},
{
"category": "product_version",
"name": "stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64",
"product": {
"name": "stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64",
"product_id": "stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2?arch=amd64\u0026repository_url=registry.redhat.io/stf/smart-gateway-rhel8-operator\u0026tag=5.1.2-7"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64"
},
"product_reference": "stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64"
},
"product_reference": "stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64"
},
"product_reference": "stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64"
},
"product_reference": "stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64"
},
"product_reference": "stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64"
},
"product_reference": "stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
},
"product_reference": "stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-05T00:34:10+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1078"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-05T00:34:10+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1078"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
rhsa-2024:0269
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for run-once-duration-override-container, run-once-duration-override-operator-bundle-container, and run-once-duration-override-operator-container is now available for RODOO-1.1-RHEL-9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Run Once Duration Override Operator for Red Hat OpenShift is an optional\noperator that makes it possible to override activeDeadlineSecondsOverride\nfield during pod admission.\n\nSecurity Fix(es):\n\n* golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487) (CVE-2023-39325)\n\n* HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack) (CVE-2023-44487)\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\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-2024:0269",
"url": "https://access.redhat.com/errata/RHSA-2024:0269"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "OCPBUGS-25123",
"url": "https://issues.redhat.com/browse/OCPBUGS-25123"
},
{
"category": "external",
"summary": "WRKLDS-897",
"url": "https://issues.redhat.com/browse/WRKLDS-897"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0269.json"
}
],
"title": "Red Hat Security Advisory: Run Once Duration Override Operator for Red Hat OpenShift 1.1.0 for RHEL 9",
"tracking": {
"current_release_date": "2025-11-12T02:36:51+00:00",
"generator": {
"date": "2025-11-12T02:36:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2024:0269",
"initial_release_date": "2024-02-28T00:20:04+00:00",
"revision_history": [
{
"date": "2024-02-28T00:20:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-02-28T00:20:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:36:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RODOO 1.1 for RHEL 9",
"product": {
"name": "RODOO 1.1 for RHEL 9",
"product_id": "9Base-RODOO-1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:run_once_duration_override_operator:1.1::el9"
}
}
}
],
"category": "product_family",
"name": "Run Once Duration Override Operator"
},
{
"branches": [
{
"category": "product_version",
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64",
"product": {
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64",
"product_id": "run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f?arch=amd64\u0026repository_url=registry.redhat.io/run-once-duration-override-operator/run-once-duration-override-rhel9\u0026tag=v1.1-4"
}
}
},
{
"category": "product_version",
"name": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"product": {
"name": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"product_id": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2?arch=amd64\u0026repository_url=registry.redhat.io/run-once-duration-override-operator/run-once-duration-override-operator-bundle\u0026tag=v1.1-4"
}
}
},
{
"category": "product_version",
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"product": {
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"product_id": "run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a?arch=amd64\u0026repository_url=registry.redhat.io/run-once-duration-override-operator/run-once-duration-override-rhel9-operator\u0026tag=v1.1-5"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64 as a component of RODOO 1.1 for RHEL 9",
"product_id": "9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64"
},
"product_reference": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"relates_to_product_reference": "9Base-RODOO-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64 as a component of RODOO 1.1 for RHEL 9",
"product_id": "9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64"
},
"product_reference": "run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"relates_to_product_reference": "9Base-RODOO-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64 as a component of RODOO 1.1 for RHEL 9",
"product_id": "9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
},
"product_reference": "run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64",
"relates_to_product_reference": "9Base-RODOO-1.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39325",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2243296"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is related to CVE-2023-44487.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"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-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39325"
},
{
"category": "external",
"summary": "RHBZ#2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-44487",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://go.dev/issue/63417",
"url": "https://go.dev/issue/63417"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T00:20:04+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0269"
},
{
"category": "workaround",
"details": "The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)"
},
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T00:20:04+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0269"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-44487",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-09T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2242803"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages.\r\n\r\nSecurity Bulletin\r\nhttps://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "NGINX has been marked as Moderate Impact because, for performance and resource consumption reasons, NGINX limits the number of concurrent streams to a default of 128. In addition, to optimally balance network and server performance, NGINX allows the client to persist HTTP connections for up to 1000 requests by default using an HTTP keepalive.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.\n\nrhc component is no longer impacted by CVE-2023-44487 \u0026 CVE-2023-39325.",
"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-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "RHBZ#2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://github.com/dotnet/announcements/issues/277",
"url": "https://github.com/dotnet/announcements/issues/277"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
},
{
"category": "external",
"summary": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/",
"url": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T00:20:04+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0269"
},
{
"category": "workaround",
"details": "Users are strongly urged to update their software as soon as fixes are available. \nThere are several mitigation approaches for this flaw. \n\n1. If circumstances permit, users may disable http2 endpoints to circumvent the flaw altogether until a fix is available.\n2. IP-based blocking or flood protection and rate control tools may be used at network endpoints to filter incoming traffic.\n3. Several package specific mitigations are also available. \n a. nginx: https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/\n b. netty: https://github.com/netty/netty/security/advisories/GHSA-xpw8-rcwv-8f8p\n c. haproxy: https://www.haproxy.com/blog/haproxy-is-not-affected-by-the-http-2-rapid-reset-attack-cve-2023-44487\n d. nghttp2: https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg\n e. golang: The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2023-10-10T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Important"
}
],
"title": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T00:20:04+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0269"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
rhsa-2024:1901
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "OpenShift container images for the Red Hat Service Interconnect 1.5 release.\n\nRed Hat Product Security has rated this update as having a security impact of\nModerate. A Common Vulnerability Scoring System (CVSS) base score, which gives\na detailed severity rating, is available for each vulnerability from the CVE\nlink(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Service Interconnect 1.5 creates a service network, linking\nTCP and HTTP services across the hybrid cloud.\nA service network enables communication between services running in different network locations or sites.\nIt allows geographically distributed services to connect as if they were all running in the same site.",
"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-2024:1901",
"url": "https://access.redhat.com/errata/RHSA-2024:1901"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_service_interconnect/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_service_interconnect/"
},
{
"category": "external",
"summary": "2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "SKUPPER-1304",
"url": "https://issues.redhat.com/browse/SKUPPER-1304"
},
{
"category": "external",
"summary": "SKUPPER-1338",
"url": "https://issues.redhat.com/browse/SKUPPER-1338"
},
{
"category": "external",
"summary": "SKUPPER-1463",
"url": "https://issues.redhat.com/browse/SKUPPER-1463"
},
{
"category": "external",
"summary": "SKUPPER-976",
"url": "https://issues.redhat.com/browse/SKUPPER-976"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1901.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Service Interconnect 1.5.3 Release (images)",
"tracking": {
"current_release_date": "2025-11-07T16:41:51+00:00",
"generator": {
"date": "2025-11-07T16:41:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2024:1901",
"initial_release_date": "2024-04-18T07:17:25+00:00",
"revision_history": [
{
"date": "2024-04-18T07:17:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-04-18T07:17:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T16:41:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Service Interconnect 1",
"product": {
"name": "Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:service_interconnect:1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Service Interconnect"
},
{
"branches": [
{
"category": "product_version",
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"product": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"product": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"product": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.3-2"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"product": {
"name": "service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"product_id": "service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-operator-bundle\u0026tag=1.5.3-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"product": {
"name": "service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"product_id": "service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-router-rhel9\u0026tag=2.5.1-2"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"product": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"product": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.3-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"product": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"product": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"product": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.3-2"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"product": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"product": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.3-2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"product": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"product": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"product": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.3-2"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"product": {
"name": "service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"product_id": "service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-operator-bundle\u0026tag=1.5.3-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"product": {
"name": "service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"product_id": "service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-router-rhel9\u0026tag=2.5.1-2"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"product": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64",
"product": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64",
"product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.3-2"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"product": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"product": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"product": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.3-2"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"product": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"product": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.3-2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64"
},
"product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le"
},
"product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x"
},
"product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64"
},
"product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64"
},
"product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64"
},
"product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x"
},
"product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le"
},
"product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le"
},
"product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x"
},
"product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64"
},
"product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64"
},
"product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64"
},
"product_reference": "service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64"
},
"product_reference": "service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64"
},
"product_reference": "service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64"
},
"product_reference": "service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64"
},
"product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64"
},
"product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le"
},
"product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x"
},
"product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le"
},
"product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64"
},
"product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x"
},
"product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
},
"product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39318",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237776"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not properly handle HMTL-like \"\u003c!--\" and \"--\u003e\" comment tokens, nor hashbang \"#!\" comment tokens, in \u003cscript\u003e contexts. This issue may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of HTML-like comments within script contexts",
"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-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39318"
},
{
"category": "external",
"summary": "RHBZ#2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318"
},
{
"category": "external",
"summary": "https://go.dev/cl/526156",
"url": "https://go.dev/cl/526156"
},
{
"category": "external",
"summary": "https://go.dev/issue/62196",
"url": "https://go.dev/issue/62196"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2041.json",
"url": "https://vuln.go.dev/ID/GO-2023-2041.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T07:17:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1901"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of HTML-like comments within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39319",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237773"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of \"\u003cscript\", \"\u003c!--\", and \"\u003c/script\" within JS literals in \u003cscript\u003e contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of special tags within script contexts",
"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-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39319"
},
{
"category": "external",
"summary": "RHBZ#2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319"
},
{
"category": "external",
"summary": "https://go.dev/cl/526157",
"url": "https://go.dev/cl/526157"
},
{
"category": "external",
"summary": "https://go.dev/issue/62197",
"url": "https://go.dev/issue/62197"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2043.json",
"url": "https://vuln.go.dev/ID/GO-2023-2043.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T07:17:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1901"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of special tags within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Martin Seemann"
]
}
],
"cve": "CVE-2023-39321",
"cwe": {
"id": "CWE-805",
"name": "Buffer Access with Incorrect Length Value"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237777"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The flaw has been marked as moderate instead of high like NVD \nQUICConn.HandleData buffers data and passes it to handlePostHandshakeMessage every time the buffer contains a complete message, while HandleData doesn\u0027t limit the amount of data it can buffer, a panic or denial of service would likely be lower severity,also in order to exploit this vulnerability, an attacker would have to smuggle partial handshake data which might be rejected altogether as per tls RFC specification.Therfore because of a lower severity denial of service and conditions that are beyond the scope of attackers control,we have marked this as moderate severity",
"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-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39321"
},
{
"category": "external",
"summary": "RHBZ#2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39321"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2044.json",
"url": "https://vuln.go.dev/ID/GO-2023-2044.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T07:17:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1901"
}
],
"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-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections"
},
{
"acknowledgments": [
{
"names": [
"Marten Seemann"
]
}
],
"cve": "CVE-2023-39322",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237778"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: lack of a limit on buffered post-handshake",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A vulnerability was found in the Go QUIC protocol implementation in the logic that processes post-handshake messages. It is an uncontrolled resource consumption flaw, triggered when a malicious connection sends data without an enforced upper bound. This leads to unbounded memory growth, causing the service to crash and resulting in a denial of service.The single-dimensional impact of denial of service and the added complexity of whether the resource exhaustion would happen, being out of an attacker\u0027s control,this has been rated as moderate severity.",
"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-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39322"
},
{
"category": "external",
"summary": "RHBZ#2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39322"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2045.json",
"url": "https://vuln.go.dev/ID/GO-2023-2045.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T07:17:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1901"
}
],
"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-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: lack of a limit on buffered post-handshake"
},
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T07:17:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1901"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T07:17:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1901"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
RHSA-2024:2193
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update 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 Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "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: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.4 Release Notes linked from 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-2024:2193",
"url": "https://access.redhat.com/errata/RHSA-2024:2193"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "RHEL-14922",
"url": "https://issues.redhat.com/browse/RHEL-14922"
},
{
"category": "external",
"summary": "RHEL-3091",
"url": "https://issues.redhat.com/browse/RHEL-3091"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2193.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2025-11-07T16:41:53+00:00",
"generator": {
"date": "2025-11-07T16:41:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2024:2193",
"initial_release_date": "2024-04-30T10:26:58+00:00",
"revision_history": [
{
"date": "2024-04-30T10:26:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-04-30T10:26:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T16:41: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. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA",
"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-2:4.9.4-0.1.el9.src",
"product": {
"name": "podman-2:4.9.4-0.1.el9.src",
"product_id": "podman-2:4.9.4-0.1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.el9?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.9.4-0.1.el9.aarch64",
"product": {
"name": "podman-2:4.9.4-0.1.el9.aarch64",
"product_id": "podman-2:4.9.4-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.9.4-0.1.el9.aarch64",
"product": {
"name": "podman-plugins-2:4.9.4-0.1.el9.aarch64",
"product_id": "podman-plugins-2:4.9.4-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.9.4-0.1.el9.aarch64",
"product": {
"name": "podman-remote-2:4.9.4-0.1.el9.aarch64",
"product_id": "podman-remote-2:4.9.4-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.9.4-0.1.el9.aarch64",
"product": {
"name": "podman-tests-2:4.9.4-0.1.el9.aarch64",
"product_id": "podman-tests-2:4.9.4-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"product": {
"name": "podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"product_id": "podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product": {
"name": "podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product_id": "podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product": {
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product_id": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product": {
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product_id": "podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.9.4-0.1.el9.ppc64le",
"product": {
"name": "podman-2:4.9.4-0.1.el9.ppc64le",
"product_id": "podman-2:4.9.4-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"product": {
"name": "podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"product_id": "podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.9.4-0.1.el9.ppc64le",
"product": {
"name": "podman-remote-2:4.9.4-0.1.el9.ppc64le",
"product_id": "podman-remote-2:4.9.4-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.9.4-0.1.el9.ppc64le",
"product": {
"name": "podman-tests-2:4.9.4-0.1.el9.ppc64le",
"product_id": "podman-tests-2:4.9.4-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"product": {
"name": "podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"product_id": "podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product": {
"name": "podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product_id": "podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product_id": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product": {
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product_id": "podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.9.4-0.1.el9.x86_64",
"product": {
"name": "podman-2:4.9.4-0.1.el9.x86_64",
"product_id": "podman-2:4.9.4-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.9.4-0.1.el9.x86_64",
"product": {
"name": "podman-plugins-2:4.9.4-0.1.el9.x86_64",
"product_id": "podman-plugins-2:4.9.4-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.9.4-0.1.el9.x86_64",
"product": {
"name": "podman-remote-2:4.9.4-0.1.el9.x86_64",
"product_id": "podman-remote-2:4.9.4-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.9.4-0.1.el9.x86_64",
"product": {
"name": "podman-tests-2:4.9.4-0.1.el9.x86_64",
"product_id": "podman-tests-2:4.9.4-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"product": {
"name": "podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"product_id": "podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product": {
"name": "podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product_id": "podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product": {
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product_id": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product": {
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product_id": "podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.9.4-0.1.el9.s390x",
"product": {
"name": "podman-2:4.9.4-0.1.el9.s390x",
"product_id": "podman-2:4.9.4-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.9.4-0.1.el9.s390x",
"product": {
"name": "podman-plugins-2:4.9.4-0.1.el9.s390x",
"product_id": "podman-plugins-2:4.9.4-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.9.4-0.1.el9.s390x",
"product": {
"name": "podman-remote-2:4.9.4-0.1.el9.s390x",
"product_id": "podman-remote-2:4.9.4-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.9.4-0.1.el9.s390x",
"product": {
"name": "podman-tests-2:4.9.4-0.1.el9.s390x",
"product_id": "podman-tests-2:4.9.4-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.9.4-0.1.el9.s390x",
"product": {
"name": "podman-debugsource-2:4.9.4-0.1.el9.s390x",
"product_id": "podman-debugsource-2:4.9.4-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"product": {
"name": "podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"product_id": "podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"product": {
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"product_id": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"product": {
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"product_id": "podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.el9?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-2:4.9.4-0.1.el9.noarch",
"product": {
"name": "podman-docker-2:4.9.4-0.1.el9.noarch",
"product_id": "podman-docker-2:4.9.4-0.1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.9.4-0.1.el9?arch=noarch\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.9.4-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.aarch64"
},
"product_reference": "podman-2:4.9.4-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.9.4-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le"
},
"product_reference": "podman-2:4.9.4-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.9.4-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x"
},
"product_reference": "podman-2:4.9.4-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.9.4-0.1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src"
},
"product_reference": "podman-2:4.9.4-0.1.el9.src",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.9.4-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64"
},
"product_reference": "podman-2:4.9.4-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.9.4-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64"
},
"product_reference": "podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.9.4-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le"
},
"product_reference": "podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.9.4-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x"
},
"product_reference": "podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.9.4-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64"
},
"product_reference": "podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.9.4-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64"
},
"product_reference": "podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.9.4-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le"
},
"product_reference": "podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.9.4-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x"
},
"product_reference": "podman-debugsource-2:4.9.4-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.9.4-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64"
},
"product_reference": "podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.9.4-0.1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch"
},
"product_reference": "podman-docker-2:4.9.4-0.1.el9.noarch",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.9.4-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64"
},
"product_reference": "podman-plugins-2:4.9.4-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.9.4-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le"
},
"product_reference": "podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.9.4-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x"
},
"product_reference": "podman-plugins-2:4.9.4-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.9.4-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64"
},
"product_reference": "podman-plugins-2:4.9.4-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64"
},
"product_reference": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x"
},
"product_reference": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64"
},
"product_reference": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.9.4-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64"
},
"product_reference": "podman-remote-2:4.9.4-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.9.4-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le"
},
"product_reference": "podman-remote-2:4.9.4-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.9.4-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x"
},
"product_reference": "podman-remote-2:4.9.4-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.9.4-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64"
},
"product_reference": "podman-remote-2:4.9.4-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64"
},
"product_reference": "podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le"
},
"product_reference": "podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x"
},
"product_reference": "podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64"
},
"product_reference": "podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.9.4-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64"
},
"product_reference": "podman-tests-2:4.9.4-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.9.4-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le"
},
"product_reference": "podman-tests-2:4.9.4-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.9.4-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x"
},
"product_reference": "podman-tests-2:4.9.4-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.9.4-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
},
"product_reference": "podman-tests-2:4.9.4-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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.GA:podman-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:26:58+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.GA:podman-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2193"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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.GA:podman-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:26:58+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.GA:podman-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2193"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
RHSA-2024:1859
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "OpenShift API for Data Protection (OADP) 1.3.1 is now available.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenShift API for Data Protection (OADP) enables you to back up and restore application resources, persistent volume data, and internal container images to external backup storage. OADP enables both file system-based and snapshot-based backups for persistent volumes.\n\nSecurity Fix(es) from Bugzilla:\n\n* opentelemetry: DoS vulnerability in otelhttp (CVE-2023-45142)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* ssh: Prefix truncation attack on Binary Packet Protocol (BPP) (CVE-2023-48795)\n\n* golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON (CVE-2024-24786)\n\n* jose-go: improper handling of highly compressed data (CVE-2024-28180)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:1859",
"url": "https://access.redhat.com/errata/RHSA-2024:1859"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2245180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2245180"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "2268854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268854"
},
{
"category": "external",
"summary": "OADP-1912",
"url": "https://issues.redhat.com/browse/OADP-1912"
},
{
"category": "external",
"summary": "OADP-2866",
"url": "https://issues.redhat.com/browse/OADP-2866"
},
{
"category": "external",
"summary": "OADP-3005",
"url": "https://issues.redhat.com/browse/OADP-3005"
},
{
"category": "external",
"summary": "OADP-3038",
"url": "https://issues.redhat.com/browse/OADP-3038"
},
{
"category": "external",
"summary": "OADP-3041",
"url": "https://issues.redhat.com/browse/OADP-3041"
},
{
"category": "external",
"summary": "OADP-3044",
"url": "https://issues.redhat.com/browse/OADP-3044"
},
{
"category": "external",
"summary": "OADP-3051",
"url": "https://issues.redhat.com/browse/OADP-3051"
},
{
"category": "external",
"summary": "OADP-3055",
"url": "https://issues.redhat.com/browse/OADP-3055"
},
{
"category": "external",
"summary": "OADP-3189",
"url": "https://issues.redhat.com/browse/OADP-3189"
},
{
"category": "external",
"summary": "OADP-3326",
"url": "https://issues.redhat.com/browse/OADP-3326"
},
{
"category": "external",
"summary": "OADP-3379",
"url": "https://issues.redhat.com/browse/OADP-3379"
},
{
"category": "external",
"summary": "OADP-3390",
"url": "https://issues.redhat.com/browse/OADP-3390"
},
{
"category": "external",
"summary": "OADP-3395",
"url": "https://issues.redhat.com/browse/OADP-3395"
},
{
"category": "external",
"summary": "OADP-3486",
"url": "https://issues.redhat.com/browse/OADP-3486"
},
{
"category": "external",
"summary": "OADP-3495",
"url": "https://issues.redhat.com/browse/OADP-3495"
},
{
"category": "external",
"summary": "OADP-3598",
"url": "https://issues.redhat.com/browse/OADP-3598"
},
{
"category": "external",
"summary": "OADP-3710",
"url": "https://issues.redhat.com/browse/OADP-3710"
},
{
"category": "external",
"summary": "OADP-3821",
"url": "https://issues.redhat.com/browse/OADP-3821"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1859.json"
}
],
"title": "Red Hat Security Advisory: OpenShift API for Data Protection (OADP) 1.3.1 security and bug fix update",
"tracking": {
"current_release_date": "2025-11-11T20:38:07+00:00",
"generator": {
"date": "2025-11-11T20:38:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2024:1859",
"initial_release_date": "2024-04-16T17:26:06+00:00",
"revision_history": [
{
"date": "2024-04-16T17:26:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-04-16T17:26:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-11T20:38:07+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "9Base-OADP-1.3",
"product": {
"name": "9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_api_data_protection:1.3::el9"
}
}
}
],
"category": "product_family",
"name": "OpenShift API for Data Protection"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1.3.1-13"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"product": {
"name": "oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"product_id": "oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1.3.1-53"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"product_id": "oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.3.1-59"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"product": {
"name": "oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"product_id": "oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1.3.1-40"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x",
"product": {
"name": "oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x",
"product_id": "oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1.3.1-16"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"product_id": "oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1.3.1-16"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1.3.1-10"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1.3.1-13"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1.3.1-13"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"product": {
"name": "oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"product_id": "oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1.3.1-53"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"product_id": "oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.3.1-59"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"product": {
"name": "oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"product_id": "oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1.3.1-40"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"product": {
"name": "oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"product_id": "oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1.3.1-16"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"product_id": "oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1.3.1-16"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1.3.1-10"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1.3.1-13"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1.3.1-13"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"product": {
"name": "oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"product_id": "oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1.3.1-53"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"product_id": "oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.3.1-59"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"product": {
"name": "oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"product_id": "oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1.3.1-40"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"product": {
"name": "oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"product_id": "oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1.3.1-16"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"product_id": "oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1.3.1-16"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1.3.1-10"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1.3.1-13"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1.3.1-13"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"product": {
"name": "oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"product_id": "oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1.3.1-53"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"product_id": "oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.3.1-59"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"product": {
"name": "oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"product_id": "oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1.3.1-40"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"product": {
"name": "oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"product_id": "oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1.3.1-16"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"product_id": "oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1.3.1-16"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1.3.1-10"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1.3.1-13"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64"
},
"product_reference": "oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64"
},
"product_reference": "oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le"
},
"product_reference": "oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x"
},
"product_reference": "oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64"
},
"product_reference": "oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le"
},
"product_reference": "oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x"
},
"product_reference": "oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64"
},
"product_reference": "oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64"
},
"product_reference": "oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64"
},
"product_reference": "oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le"
},
"product_reference": "oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
},
"product_reference": "oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-16T17:26:06+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1859"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45142",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-10-19T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2245180"
}
],
"notes": [
{
"category": "description",
"text": "A memory leak was found in the otelhttp handler of open-telemetry. This flaw allows a remote, unauthenticated attacker to exhaust the server\u0027s memory by sending many malicious requests, affecting the availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "opentelemetry: DoS vulnerability in otelhttp",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While no authentication is required, there are a significant number of non-default factors which prevent widespread exploitation of this flaw. For a service to be affected, all of the following must be true:\n* The go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp package must be in use\n* Configured a metrics pipeline which uses the otelhttp.NewHandler wrapper function\n* No filtering of unknown HTTP methods or user agents at a higher level (such as Content Delivery Network/Load Balancer/etc...)\n\nDue to the limited attack surface, Red Hat Product Security rates the impact as Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45142"
},
{
"category": "external",
"summary": "RHBZ#2245180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2245180"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45142",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45142"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45142",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45142"
},
{
"category": "external",
"summary": "https://github.com/open-telemetry/opentelemetry-go-contrib/security/advisories/GHSA-rcjv-mgp8-qvmr",
"url": "https://github.com/open-telemetry/opentelemetry-go-contrib/security/advisories/GHSA-rcjv-mgp8-qvmr"
}
],
"release_date": "2023-10-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-16T17:26:06+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1859"
},
{
"category": "workaround",
"details": "As a workaround to stop being affected otelhttp.WithFilter() can be used.\n\nFor convenience and safe usage of this library, it should by default mark with the label unknown non-standard HTTP methods and User agents to show that such requests were made but do not increase cardinality. In case someone wants to stay with the current behavior, library API should allow to enable it.\n\nThe other possibility is to disable HTTP metrics instrumentation by passing otelhttp.WithMeterProvider option with noop.NewMeterProvider.",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "opentelemetry: DoS vulnerability in otelhttp"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-16T17:26:06+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1859"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"cve": "CVE-2023-48795",
"cwe": {
"id": "CWE-222",
"name": "Truncation of Security-relevant Information"
},
"discovery_date": "2023-12-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2254210"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SSH channel integrity. By manipulating sequence numbers during the handshake, an attacker can remove the initial messages on the secure channel without causing a MAC failure. For example, an attacker could disable the ping extension and thus disable the new countermeasure in OpenSSH 9.5 against keystroke timing attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is classified as moderate because the attack requires an active Man-in-the-Middle (MITM) who can intercept and modify the connection\u0027s traffic at the TCP/IP layer.\n\nAlthough the attack is cryptographically innovative, its security impact is fortunately quite limited. It only allows the deletion of consecutive messages, and deleting most messages at this protocol stage prevents user authentication from proceeding, leading to a stalled connection.\n\nThe most significant identified impact is that it enables a MITM to delete the SSH2_MSG_EXT_INFO message sent before authentication begins. This allows the attacker to disable a subset of keystroke timing obfuscation features. However, there is no other observable impact on session secrecy or session integrity.",
"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-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-48795"
},
{
"category": "external",
"summary": "RHBZ#2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7071748",
"url": "https://access.redhat.com/solutions/7071748"
},
{
"category": "external",
"summary": "https://terrapin-attack.com/",
"url": "https://terrapin-attack.com/"
}
],
"release_date": "2023-12-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-16T17:26:06+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1859"
},
{
"category": "workaround",
"details": "Update to the last version and check that client and server provide kex pseudo-algorithms indicating usage of the updated version of the protocol which is protected from the attack. If \"kex-strict-c-v00@openssh.com\" is provided by clients and \"kex-strict-s-v00@openssh.com\" is in the server\u0027s reply, no other steps are necessary.\n\nDisabling ciphers if necessary:\n\nIf \"kex-strict-c-v00@openssh.com\" is not provided by clients or \"kex-strict-s-v00@openssh.com\" is absent in the server\u0027s reply, you can disable the following ciphers and HMACs as a workaround on RHEL-8 and RHEL-9:\n\n1. chacha20-poly1305@openssh.com\n2. hmac-sha2-512-etm@openssh.com\n3. hmac-sha2-256-etm@openssh.com\n4. hmac-sha1-etm@openssh.com\n5. hmac-md5-etm@openssh.com\n\nTo do that through crypto-policies, one can apply a subpolicy with the following content:\n```\ncipher@SSH = -CHACHA20-POLY1305\nssh_etm = 0\n```\ne.g., by putting these lines into `/etc/crypto-policies/policies/modules/CVE-2023-48795.pmod`, applying the resulting subpolicy with `update-crypto-policies --set $(update-crypto-policies --show):CVE-2023-48795` and restarting openssh server.\n\nOne can verify that the changes are in effect by ensuring the ciphers listed above are missing from both `/etc/crypto-policies/back-ends/openssh.config` and `/etc/crypto-policies/back-ends/opensshserver.config`.\n\nFor more details on using crypto-policies, please refer to https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/using-the-system-wide-cryptographic-policies_security-hardening\n\nNote that this procedure does limit the interoperability of the host and is only suggested as a temporary mitigation until the issue is fully resolved with an update.\n\nFor RHEL-7: \nWe can recommend to use strict MACs and Ciphers on RHEL7 in both files /etc/ssh/ssh_config and /etc/ssh/sshd_config.\n\nBelow strict set of Ciphers and MACs can be used as mitigation for RHEL 7.\n\n```\nCiphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com\nMACs umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512\n```\n\n- For Openshift Container Platform 4:\nPlease refer the KCS[1] document for verifying the fix in RHCOS.\n\n[1] https://access.redhat.com/solutions/7071748",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)"
},
{
"cve": "CVE-2024-24786",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268046"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang\u0027s protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"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-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "RHBZ#2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://go.dev/cl/569356",
"url": "https://go.dev/cl/569356"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/",
"url": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2611",
"url": "https://pkg.go.dev/vuln/GO-2024-2611"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-16T17:26:06+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1859"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON"
},
{
"cve": "CVE-2024-28180",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2024-03-10T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268854"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Jose due to improper handling of highly compressed data. This issue could allow an attacker to send a JWE containing compressed data that uses large amounts of memory and CPU when decompressed by Decrypt or DecryptMulti.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jose-go: improper handling of highly compressed data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-28180"
},
{
"category": "external",
"summary": "RHBZ#2268854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268854"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28180"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c5q2-7r4c-mv6g",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c5q2-7r4c-mv6g"
}
],
"release_date": "2024-03-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-16T17:26:06+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1859"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jose-go: improper handling of highly compressed data"
}
]
}
rhsa-2024:2730
Vulnerability from csaf_redhat
Notes
{
"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 collectd-sensubility is now available for Red Hat OpenStack\nPlatform 17.1 (Wallaby).\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 link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "This project aims to provide the possibility to switch from Sensu-based\navailability monitoring solution to a monitoring solution based on collectd\nwith AMQP-1.0 messaging bus.\n\nSecurity Fix(es):\n\n* golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads (CVE-2024-1394)\n\n* net/http/internal: Denial of Service (DoS) via Resource Consumption via\nHTTP requests (CVE-2023-39326)\n\n* crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.\n(CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage 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-2024:2730",
"url": "https://access.redhat.com/errata/RHSA-2024:2730"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2730.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenStack Platform 17.1 (collectd-sensubility) security update",
"tracking": {
"current_release_date": "2025-11-07T16:41:55+00:00",
"generator": {
"date": "2025-11-07T16:41:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2024:2730",
"initial_release_date": "2024-05-22T20:41:27+00:00",
"revision_history": [
{
"date": "2024-05-22T20:41:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-22T20:41:27+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T16:41:55+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 17.1",
"product": {
"name": "Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:17.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "collectd-sensubility-0:0.2.1-3.el9ost.src",
"product": {
"name": "collectd-sensubility-0:0.2.1-3.el9ost.src",
"product_id": "collectd-sensubility-0:0.2.1-3.el9ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-sensubility@0.2.1-3.el9ost?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"product": {
"name": "collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"product_id": "collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-sensubility@0.2.1-3.el9ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64",
"product": {
"name": "collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64",
"product_id": "collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-sensubility-debuginfo@0.2.1-3.el9ost?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-sensubility-0:0.2.1-3.el9ost.src as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src"
},
"product_reference": "collectd-sensubility-0:0.2.1-3.el9ost.src",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-sensubility-0:0.2.1-3.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64"
},
"product_reference": "collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
},
"product_reference": "collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64",
"relates_to_product_reference": "9Base-RHOS-17.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:41:27+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2730"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:41:27+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2730"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"acknowledgments": [
{
"names": [
"@r3kumar",
"@qmuntal"
]
}
],
"cve": "CVE-2024-1394",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2024-02-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2262921"
}
],
"notes": [
{
"category": "description",
"text": "A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"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-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-1394"
},
{
"category": "external",
"summary": "RHBZ#2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-1394",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1394"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136",
"url": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6",
"url": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6"
},
{
"category": "external",
"summary": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f",
"url": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2660",
"url": "https://pkg.go.dev/vuln/GO-2024-2660"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2660.json",
"url": "https://vuln.go.dev/ID/GO-2024-2660.json"
}
],
"release_date": "2024-03-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:41:27+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2730"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads"
}
]
}
rhsa-2024_0281
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Secondary Scheduler Operator for Red Hat OpenShift 1.2.1 for RHEL 9\n\nAn update for secondary-scheduler-operator-bundle-container and secondary-scheduler-operator-container is now available for OSSO-1.2.1-RHEL-9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Secondary Scheduler Operator for Red Hat OpenShift is an optional\noperator that makes it possible to deploy a secondary scheduler by\nproviding a scheduler image. You can run a scheduler with custom\nplugins without applying additional manifests, such as cluster roles\nand deployments.\n\nSecurity Fix(es):\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\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-2024:0281",
"url": "https://access.redhat.com/errata/RHSA-2024:0281"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "OCPBUGS-23328",
"url": "https://issues.redhat.com/browse/OCPBUGS-23328"
},
{
"category": "external",
"summary": "OCPBUGS-25130",
"url": "https://issues.redhat.com/browse/OCPBUGS-25130"
},
{
"category": "external",
"summary": "OCPBUGS-28584",
"url": "https://issues.redhat.com/browse/OCPBUGS-28584"
},
{
"category": "external",
"summary": "WRKLDS-899",
"url": "https://issues.redhat.com/browse/WRKLDS-899"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0281.json"
}
],
"title": "Red Hat Security Advisory: Secondary Scheduler Operator for Red Hat OpenShift 1.2.1 for RHEL 9",
"tracking": {
"current_release_date": "2025-01-06T19:38:25+00:00",
"generator": {
"date": "2025-01-06T19:38:25+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.5"
}
},
"id": "RHSA-2024:0281",
"initial_release_date": "2024-03-06T14:39:54+00:00",
"revision_history": [
{
"date": "2024-03-06T14:39:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-03-06T14:39:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-01-06T19:38:25+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "OSSO 1.2 for RHEL 9",
"product": {
"name": "OSSO 1.2 for RHEL 9",
"product_id": "9Base-OSSO-1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_secondary_scheduler:1.2::el9"
}
}
}
],
"category": "product_family",
"name": "Openshift Secondary Scheduler Operator"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"product": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"product_id": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30?arch=amd64\u0026repository_url=registry.redhat.io/openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle\u0026tag=v1.2-19"
}
}
},
{
"category": "product_version",
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64",
"product": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64",
"product_id": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator\u0026tag=v1.2-26"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64 as a component of OSSO 1.2 for RHEL 9",
"product_id": "9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64"
},
"product_reference": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"relates_to_product_reference": "9Base-OSSO-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64 as a component of OSSO 1.2 for RHEL 9",
"product_id": "9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
},
"product_reference": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64",
"relates_to_product_reference": "9Base-OSSO-1.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"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-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-06T14:39:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0281"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-06T14:39:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0281"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
RHSA-2024:2988
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update 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 Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.\n\nSecurity Fix(es):\n\n* urllib3: urllib3 does not remove the authorization HTTP header when following a cross-origin redirect (CVE-2018-25091)\n\n* golang: math/big.Rat: may cause a panic or an unrecoverable fatal error if passed inputs with very large exponents (CVE-2021-33198)\n\n* golang: crypto/tls: certificate of wrong type is causing TLS client to panic (CVE-2021-34558)\n\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* golang: crypto/tls: slow verification of certificate chains containing large RSA keys (CVE-2023-29409)\n\n* golang: html/template: improper handling of HTML-like comments within script contexts (CVE-2023-39318)\n\n* golang: html/template: improper handling of special tags within script contexts (CVE-2023-39319)\n\n* golang: crypto/tls: panic when processing post-handshake message on QUIC connections (CVE-2023-39321)\n\n* golang: crypto/tls: lack of a limit on buffered post-handshake (CVE-2023-39322)\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\n* urllib3: Request body not stripped after redirect from 303 status changes request method to GET (CVE-2023-45803)\n\n* ssh: Prefix truncation attack on Binary Packet Protocol (BPP) (CVE-2023-48795)\n\n* moby/buildkit: Possible race condition with accessing subpaths from cache mounts (CVE-2024-23650)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.10 Release Notes linked from 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-2024:2988",
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.10_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.10_release_notes/index"
},
{
"category": "external",
"summary": "1983596",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1983596"
},
{
"category": "external",
"summary": "1989575",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1989575"
},
{
"category": "external",
"summary": "2132867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867"
},
{
"category": "external",
"summary": "2132868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868"
},
{
"category": "external",
"summary": "2132872",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872"
},
{
"category": "external",
"summary": "2228743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743"
},
{
"category": "external",
"summary": "2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "2244340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244340"
},
{
"category": "external",
"summary": "2246840",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246840"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "2262272",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262272"
},
{
"category": "external",
"summary": "RHEL-18150",
"url": "https://issues.redhat.com/browse/RHEL-18150"
},
{
"category": "external",
"summary": "RHEL-2598",
"url": "https://issues.redhat.com/browse/RHEL-2598"
},
{
"category": "external",
"summary": "RHEL-26594",
"url": "https://issues.redhat.com/browse/RHEL-26594"
},
{
"category": "external",
"summary": "RHEL-3088",
"url": "https://issues.redhat.com/browse/RHEL-3088"
},
{
"category": "external",
"summary": "RHEL-3093",
"url": "https://issues.redhat.com/browse/RHEL-3093"
},
{
"category": "external",
"summary": "RHEL-3146",
"url": "https://issues.redhat.com/browse/RHEL-3146"
},
{
"category": "external",
"summary": "RHEL-9836",
"url": "https://issues.redhat.com/browse/RHEL-9836"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2988.json"
}
],
"title": "Red Hat Security Advisory: container-tools:rhel8 security update",
"tracking": {
"current_release_date": "2025-11-11T15:52:37+00:00",
"generator": {
"date": "2025-11-11T15:52:37+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2024:2988",
"initial_release_date": "2024-05-22T09:48:55+00:00",
"revision_history": [
{
"date": "2024-05-22T09:48:55+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-22T09:48:55+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-11T15:52:37+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.GA",
"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.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B21209%2B52deeb51?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src (container-tools:rhel8)",
"product_id": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src (container-tools:rhel8)",
"product_id": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@84.1-1.module%2Bel8.10.0%2B21373%2B0d273fdf?arch=src\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-2.module%2Bel8.10.0%2B21196%2B3f0abbca?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src (container-tools:rhel8)",
"product_id": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-81.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.src (container-tools:rhel8)",
"product_id": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=src\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=src\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=src\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=src\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=src\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"product": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src (container-tools:rhel8)",
"product_id": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"product": {
"name": "python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src (container-tools:rhel8)",
"product_id": "python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.9.0-1.module%2Bel8.10.0%2B21196%2B3f0abbca?arch=src\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=src\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=src\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.9.0%2B20326%2B387084d0?arch=src\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B21209%2B52deeb51?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 (container-tools:rhel8)",
"product_id": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-81.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8)",
"product_id": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8)",
"product_id": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64 (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64 (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.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%2B20565%2Ba40ba0e5?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.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%2B20565%2Ba40ba0e5?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8)",
"product_id": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8)",
"product_id": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch (container-tools:rhel8)",
"product_id": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@84.1-1.module%2Bel8.10.0%2B21373%2B0d273fdf?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-2.module%2Bel8.10.0%2B21196%2B3f0abbca?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"product": {
"name": "podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch (container-tools:rhel8)",
"product_id": "podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=noarch\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"product": {
"name": "python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch (container-tools:rhel8)",
"product_id": "python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.9.0-1.module%2Bel8.10.0%2B21196%2B3f0abbca?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.9.0%2B20326%2B387084d0?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B21209%2B52deeb51?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x (container-tools:rhel8)",
"product_id": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x (container-tools:rhel8)",
"product_id": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-81.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8)",
"product_id": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8)",
"product_id": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8)",
"product_id": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8)",
"product_id": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8)",
"product_id": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B21209%2B52deeb51?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le (container-tools:rhel8)",
"product_id": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le (container-tools:rhel8)",
"product_id": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-81.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8)",
"product_id": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8)",
"product_id": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8)",
"product_id": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8)",
"product_id": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B21209%2B52deeb51?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 (container-tools:rhel8)",
"product_id": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-81.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8)",
"product_id": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8)",
"product_id": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64 (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64 (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8)",
"product_id": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8)",
"product_id": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8"
},
"product_reference": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8"
},
"product_reference": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-25091",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2023-10-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2244340"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the urllib3 package. Affected versions of this package are vulnerable to information exposure through sent data when the authorization HTTP header is not removed during a cross-origin redirect. An attacker can expose credentials in the authorization header to unintended hosts or transmit them in clear text by exploiting the incomplete fix for CVE-2018-20060.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 does not remove the authorization HTTP header when following a cross-origin redirect",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is only exploitable if a redirect differs in host, port, or scheme. Due to the credential exposure in the authorization header, the confidentiality is highly impacted, but there is no proof that the integrity is affected in any way.",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-25091"
},
{
"category": "external",
"summary": "RHBZ#2244340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244340"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-25091",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25091"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-25091",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-25091"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-PYTHON-URLLIB3-5969479",
"url": "https://security.snyk.io/vuln/SNYK-PYTHON-URLLIB3-5969479"
}
],
"release_date": "2023-10-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: urllib3 does not remove the authorization HTTP header when following a cross-origin redirect"
},
{
"cve": "CVE-2021-33198",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-08-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1989575"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go, where it attempts to allocate excessive memory. This issue may cause panic or unrecoverable fatal error if passed inputs with very large exponents. The highest threat from this vulnerability is to system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: math/big.Rat: may cause a panic or an unrecoverable fatal error if passed inputs with very large exponents",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "* Since OpenShift Container Platform 3.11 is in Maintenance Phase of the support, only Important and Critical severity vulnerabilities will be addressed at this time.\n\n* In Service Telemetry Framework, because the flaw has a lower impact and the package is not directly used by STF, no updates will be provided at this time for the STF containers.",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-33198"
},
{
"category": "external",
"summary": "RHBZ#1989575",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1989575"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-33198",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33198"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-33198",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-33198"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/RgCMkAEQjSI",
"url": "https://groups.google.com/g/golang-announce/c/RgCMkAEQjSI"
}
],
"release_date": "2021-03-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: math/big.Rat: may cause a panic or an unrecoverable fatal error if passed inputs with very large exponents"
},
{
"cve": "CVE-2021-34558",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2021-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1983596"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A panic can be triggered by an attacker in a privileged network position without access to the server certificate\u0027s private key, as long as a trusted ECDSA or Ed25519 certificate for the server exists (or can be issued), or the client is configured with Config.InsecureSkipVerify. Clients that disable all TLS_RSA cipher suites (that is, TLS 1.0\u20131.2 cipher suites without ECDHE), as well as TLS 1.3-only clients, are unaffected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: certificate of wrong type is causing TLS client to panic",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "* This vulnerability potentially affects any component written in Go that uses crypto/tls from the standard library. It is possible for components that make client connections to malicious servers to be exploited, however the maximum impact is a crash. This vulnerability is rated Low for the following components: \n - OpenShift Container Platform\n - OpenShift distributed tracing (formerly OpenShift Jaeger)\n - OpenShift Migration Toolkit for Containers\n - Red Hat Advanced Cluster Management for Kubernetes\n - Red Hat OpenShift on AWS\n - Red Hat OpenShift Virtualization\n\n* Because OpenShift Container Platform 3.11 is in Maintenance Phase of the support, only Important and Critical severity vulnerabilities will be addressed at this time.\n\n* Because Service Telemetry Framework1.2 will be retiring soon and the flaw\u0027s impact is lower, no update will be provided at this time for STF1.2\u0027s containers.",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-34558"
},
{
"category": "external",
"summary": "RHBZ#1983596",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1983596"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-34558",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34558"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-34558",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-34558"
},
{
"category": "external",
"summary": "https://golang.org/doc/devel/release#go1.15.minor",
"url": "https://golang.org/doc/devel/release#go1.15.minor"
},
{
"category": "external",
"summary": "https://golang.org/doc/devel/release#go1.16.minor",
"url": "https://golang.org/doc/devel/release#go1.16.minor"
}
],
"release_date": "2021-07-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: certificate of wrong type is causing TLS client to panic"
},
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-2879",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2022-10-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2132867"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: github.com/vbatts/tar-split: unbounded memory consumption when reading headers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.\n\n\nThis flaw additionally affects the github.com/vbatts/tar-split library and was fixed in v0.12.1.",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2879"
},
{
"category": "external",
"summary": "RHBZ#2132867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/54853",
"url": "https://github.com/golang/go/issues/54853"
},
{
"category": "external",
"summary": "https://github.com/vbatts/tar-split/releases/tag/v0.12.1",
"url": "https://github.com/vbatts/tar-split/releases/tag/v0.12.1"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1",
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1"
}
],
"release_date": "2022-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: github.com/vbatts/tar-split: unbounded memory consumption when reading headers"
},
{
"acknowledgments": [
{
"names": [
"Daniel Abeles"
],
"organization": "Head of Research, Oxeye"
},
{
"names": [
"Gal Goldstein"
],
"organization": "Security Researcher, Oxeye"
}
],
"cve": "CVE-2022-2880",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-10-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2132868"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2880"
},
{
"category": "external",
"summary": "RHBZ#2132868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/54663",
"url": "https://github.com/golang/go/issues/54663"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1",
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1"
}
],
"release_date": "2022-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-41715",
"discovery_date": "2022-10-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2132872"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: regexp/syntax: limit memory used by parsing regexps",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41715"
},
{
"category": "external",
"summary": "RHBZ#2132872",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/55949",
"url": "https://github.com/golang/go/issues/55949"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1",
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1"
}
],
"release_date": "2022-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"cve": "CVE-2023-29409",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-08-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2228743"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vulnerability was found in the Golang Go package caused by an uncontrolled resource consumption flaw. By persuading a victim to use a specially crafted certificate with large RSA keys, a remote attacker can cause a client/server to expend significant CPU time verifying signatures, resulting in a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29409"
},
{
"category": "external",
"summary": "RHBZ#2228743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409"
},
{
"category": "external",
"summary": "https://go.dev/cl/515257",
"url": "https://go.dev/cl/515257"
},
{
"category": "external",
"summary": "https://go.dev/issue/61460",
"url": "https://go.dev/issue/61460"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ",
"url": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1987",
"url": "https://pkg.go.dev/vuln/GO-2023-1987"
}
],
"release_date": "2023-08-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39318",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237776"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not properly handle HMTL-like \"\u003c!--\" and \"--\u003e\" comment tokens, nor hashbang \"#!\" comment tokens, in \u003cscript\u003e contexts. This issue may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of HTML-like comments within script contexts",
"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": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39318"
},
{
"category": "external",
"summary": "RHBZ#2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318"
},
{
"category": "external",
"summary": "https://go.dev/cl/526156",
"url": "https://go.dev/cl/526156"
},
{
"category": "external",
"summary": "https://go.dev/issue/62196",
"url": "https://go.dev/issue/62196"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2041.json",
"url": "https://vuln.go.dev/ID/GO-2023-2041.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of HTML-like comments within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39319",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237773"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of \"\u003cscript\", \"\u003c!--\", and \"\u003c/script\" within JS literals in \u003cscript\u003e contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of special tags within script contexts",
"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": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39319"
},
{
"category": "external",
"summary": "RHBZ#2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319"
},
{
"category": "external",
"summary": "https://go.dev/cl/526157",
"url": "https://go.dev/cl/526157"
},
{
"category": "external",
"summary": "https://go.dev/issue/62197",
"url": "https://go.dev/issue/62197"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2043.json",
"url": "https://vuln.go.dev/ID/GO-2023-2043.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of special tags within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Martin Seemann"
]
}
],
"cve": "CVE-2023-39321",
"cwe": {
"id": "CWE-805",
"name": "Buffer Access with Incorrect Length Value"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237777"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The flaw has been marked as moderate instead of high like NVD \nQUICConn.HandleData buffers data and passes it to handlePostHandshakeMessage every time the buffer contains a complete message, while HandleData doesn\u0027t limit the amount of data it can buffer, a panic or denial of service would likely be lower severity,also in order to exploit this vulnerability, an attacker would have to smuggle partial handshake data which might be rejected altogether as per tls RFC specification.Therfore because of a lower severity denial of service and conditions that are beyond the scope of attackers control,we have marked this as moderate severity",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39321"
},
{
"category": "external",
"summary": "RHBZ#2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39321"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2044.json",
"url": "https://vuln.go.dev/ID/GO-2023-2044.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections"
},
{
"acknowledgments": [
{
"names": [
"Marten Seemann"
]
}
],
"cve": "CVE-2023-39322",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237778"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: lack of a limit on buffered post-handshake",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A vulnerability was found in the Go QUIC protocol implementation in the logic that processes post-handshake messages. It is an uncontrolled resource consumption flaw, triggered when a malicious connection sends data without an enforced upper bound. This leads to unbounded memory growth, causing the service to crash and resulting in a denial of service.The single-dimensional impact of denial of service and the added complexity of whether the resource exhaustion would happen, being out of an attacker\u0027s control,this has been rated as moderate severity.",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39322"
},
{
"category": "external",
"summary": "RHBZ#2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39322"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2045.json",
"url": "https://vuln.go.dev/ID/GO-2023-2045.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: lack of a limit on buffered post-handshake"
},
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"cve": "CVE-2023-45803",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2023-10-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2246840"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. urllib3 doesn\u0027t remove the HTTP request body when an HTTP redirect response using status 301, 302, or 303, after changing the method in a request from one that could accept a request body such as `POST` to `GET`, as is required by HTTP RFCs. This issue requires a previously trusted service to become compromised in order to have an impact on confidentiality, therefore, the exploitability of this vulnerability is low. Additionally, many users aren\u0027t putting sensitive data in HTTP request bodies; if this is the case, this vulnerability isn\u0027t exploitable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: Request body not stripped after redirect from 303 status changes request method to GET",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Both of the following conditions must be true to be affected by this vulnerability: \n1. Using urllib3 and submitting sensitive information in the HTTP request body such as form data or JSON\n2. The origin service is compromised and starts redirecting using 301, 302, or 303 to a malicious peer or the redirected-to service becomes compromised",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45803"
},
{
"category": "external",
"summary": "RHBZ#2246840",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246840"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45803",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45803"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/4e98d57809dacab1cbe625fddeec1a290c478ea9",
"url": "https://github.com/urllib3/urllib3/commit/4e98d57809dacab1cbe625fddeec1a290c478ea9"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-g4mx-q9vg-27p4",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-g4mx-q9vg-27p4"
},
{
"category": "external",
"summary": "https://www.rfc-editor.org/rfc/rfc9110.html#name-get",
"url": "https://www.rfc-editor.org/rfc/rfc9110.html#name-get"
}
],
"release_date": "2023-10-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "workaround",
"details": "Users unable to update should disable redirects for services that aren\u0027t expecting to respond with redirects with `redirects=False`, disable automatic redirects with `redirects=False`, and handle 301, 302, and 303 redirects manually by stripping the HTTP request body.",
"product_ids": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: Request body not stripped after redirect from 303 status changes request method to GET"
},
{
"cve": "CVE-2023-48795",
"cwe": {
"id": "CWE-222",
"name": "Truncation of Security-relevant Information"
},
"discovery_date": "2023-12-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2254210"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SSH channel integrity. By manipulating sequence numbers during the handshake, an attacker can remove the initial messages on the secure channel without causing a MAC failure. For example, an attacker could disable the ping extension and thus disable the new countermeasure in OpenSSH 9.5 against keystroke timing attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is classified as moderate because the attack requires an active Man-in-the-Middle (MITM) who can intercept and modify the connection\u0027s traffic at the TCP/IP layer.\n\nAlthough the attack is cryptographically innovative, its security impact is fortunately quite limited. It only allows the deletion of consecutive messages, and deleting most messages at this protocol stage prevents user authentication from proceeding, leading to a stalled connection.\n\nThe most significant identified impact is that it enables a MITM to delete the SSH2_MSG_EXT_INFO message sent before authentication begins. This allows the attacker to disable a subset of keystroke timing obfuscation features. However, there is no other observable impact on session secrecy or session integrity.",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-48795"
},
{
"category": "external",
"summary": "RHBZ#2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7071748",
"url": "https://access.redhat.com/solutions/7071748"
},
{
"category": "external",
"summary": "https://terrapin-attack.com/",
"url": "https://terrapin-attack.com/"
}
],
"release_date": "2023-12-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "workaround",
"details": "Update to the last version and check that client and server provide kex pseudo-algorithms indicating usage of the updated version of the protocol which is protected from the attack. If \"kex-strict-c-v00@openssh.com\" is provided by clients and \"kex-strict-s-v00@openssh.com\" is in the server\u0027s reply, no other steps are necessary.\n\nDisabling ciphers if necessary:\n\nIf \"kex-strict-c-v00@openssh.com\" is not provided by clients or \"kex-strict-s-v00@openssh.com\" is absent in the server\u0027s reply, you can disable the following ciphers and HMACs as a workaround on RHEL-8 and RHEL-9:\n\n1. chacha20-poly1305@openssh.com\n2. hmac-sha2-512-etm@openssh.com\n3. hmac-sha2-256-etm@openssh.com\n4. hmac-sha1-etm@openssh.com\n5. hmac-md5-etm@openssh.com\n\nTo do that through crypto-policies, one can apply a subpolicy with the following content:\n```\ncipher@SSH = -CHACHA20-POLY1305\nssh_etm = 0\n```\ne.g., by putting these lines into `/etc/crypto-policies/policies/modules/CVE-2023-48795.pmod`, applying the resulting subpolicy with `update-crypto-policies --set $(update-crypto-policies --show):CVE-2023-48795` and restarting openssh server.\n\nOne can verify that the changes are in effect by ensuring the ciphers listed above are missing from both `/etc/crypto-policies/back-ends/openssh.config` and `/etc/crypto-policies/back-ends/opensshserver.config`.\n\nFor more details on using crypto-policies, please refer to https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/using-the-system-wide-cryptographic-policies_security-hardening\n\nNote that this procedure does limit the interoperability of the host and is only suggested as a temporary mitigation until the issue is fully resolved with an update.\n\nFor RHEL-7: \nWe can recommend to use strict MACs and Ciphers on RHEL7 in both files /etc/ssh/ssh_config and /etc/ssh/sshd_config.\n\nBelow strict set of Ciphers and MACs can be used as mitigation for RHEL 7.\n\n```\nCiphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com\nMACs umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512\n```\n\n- For Openshift Container Platform 4:\nPlease refer the KCS[1] document for verifying the fix in RHCOS.\n\n[1] https://access.redhat.com/solutions/7071748",
"product_ids": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)"
},
{
"cve": "CVE-2024-23650",
"cwe": {
"id": "CWE-754",
"name": "Improper Check for Unusual or Exceptional Conditions"
},
"discovery_date": "2024-02-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2262272"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the Moby Builder Toolkit. A malicious BuildKit client or any frontend that can craft a request could lead to the BuildKit daemon crashing with a panic due to the lack of input validation. A frontend is usually specified as the #syntax line on a Dockerfile or with the --frontend flag when using the buildctl build command.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "moby/buildkit: Possible race condition with accessing subpaths from cache mounts",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-754: Improper Check for Unusual or Exceptional Conditions vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to apply the most restrictive settings required for operations, while baseline configurations maintain secure system and software states. A defense-in-depth monitoring strategy includes perimeter firewalls and endpoint protection services that detect and respond to indicators in real time, enabling logging and auditing of system behavior to identify and address improper exception handling. Automated integrity checks alert on unverified exception-related errors, while memory protection mechanisms reduce the risk of crashes or vulnerabilities caused by improper handling.",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-23650"
},
{
"category": "external",
"summary": "RHBZ#2262272",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262272"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-23650",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23650"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-23650",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23650"
},
{
"category": "external",
"summary": "https://github.com/moby/buildkit/security/advisories/GHSA-9p26-698r-w4hx",
"url": "https://github.com/moby/buildkit/security/advisories/GHSA-9p26-698r-w4hx"
}
],
"release_date": "2024-01-31T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "workaround",
"details": "Avoid using untrusted input for the client or frontend syntax to minimize the vulnerability exploration.",
"product_ids": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "moby/buildkit: Possible race condition with accessing subpaths from cache mounts"
}
]
}
rhsa-2024:2239
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for skopeo is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The skopeo command lets you inspect images from container image registries, get images and image layers, and use signatures to create and verify files. \n\nSecurity Fix(es):\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.4 Release Notes linked from 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-2024:2239",
"url": "https://access.redhat.com/errata/RHSA-2024:2239"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2239.json"
}
],
"title": "Red Hat Security Advisory: skopeo security update",
"tracking": {
"current_release_date": "2025-11-07T00:14:27+00:00",
"generator": {
"date": "2025-11-07T00:14:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2024:2239",
"initial_release_date": "2024-04-30T10:14:46+00:00",
"revision_history": [
{
"date": "2024-04-30T10:14:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-04-30T10:14:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T00:14:27+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.4.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.el9.src",
"product": {
"name": "skopeo-2:1.14.3-0.1.el9.src",
"product_id": "skopeo-2:1.14.3-0.1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.el9?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.el9.aarch64",
"product": {
"name": "skopeo-2:1.14.3-0.1.el9.aarch64",
"product_id": "skopeo-2:1.14.3-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.3-0.1.el9.aarch64",
"product": {
"name": "skopeo-tests-2:1.14.3-0.1.el9.aarch64",
"product_id": "skopeo-tests-2:1.14.3-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.aarch64",
"product_id": "skopeo-debugsource-2:1.14.3-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.3-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64",
"product_id": "skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.3-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.el9.ppc64le",
"product": {
"name": "skopeo-2:1.14.3-0.1.el9.ppc64le",
"product_id": "skopeo-2:1.14.3-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.3-0.1.el9.ppc64le",
"product": {
"name": "skopeo-tests-2:1.14.3-0.1.el9.ppc64le",
"product_id": "skopeo-tests-2:1.14.3-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le",
"product_id": "skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.3-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le",
"product_id": "skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.3-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.el9.x86_64",
"product": {
"name": "skopeo-2:1.14.3-0.1.el9.x86_64",
"product_id": "skopeo-2:1.14.3-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.3-0.1.el9.x86_64",
"product": {
"name": "skopeo-tests-2:1.14.3-0.1.el9.x86_64",
"product_id": "skopeo-tests-2:1.14.3-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.x86_64",
"product_id": "skopeo-debugsource-2:1.14.3-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.3-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64",
"product_id": "skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.3-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.el9.s390x",
"product": {
"name": "skopeo-2:1.14.3-0.1.el9.s390x",
"product_id": "skopeo-2:1.14.3-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.3-0.1.el9.s390x",
"product": {
"name": "skopeo-tests-2:1.14.3-0.1.el9.s390x",
"product_id": "skopeo-tests-2:1.14.3-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.s390x",
"product": {
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.s390x",
"product_id": "skopeo-debugsource-2:1.14.3-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.3-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.s390x",
"product_id": "skopeo-debuginfo-2:1.14.3-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.3-0.1.el9?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.aarch64"
},
"product_reference": "skopeo-2:1.14.3-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.ppc64le"
},
"product_reference": "skopeo-2:1.14.3-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.s390x"
},
"product_reference": "skopeo-2:1.14.3-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.src"
},
"product_reference": "skopeo-2:1.14.3-0.1.el9.src",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.x86_64"
},
"product_reference": "skopeo-2:1.14.3-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.14.3-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.14.3-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.s390x"
},
"product_reference": "skopeo-debugsource-2:1.14.3-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.14.3-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.3-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.aarch64"
},
"product_reference": "skopeo-tests-2:1.14.3-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.3-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.ppc64le"
},
"product_reference": "skopeo-tests-2:1.14.3-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.3-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.s390x"
},
"product_reference": "skopeo-tests-2:1.14.3-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.3-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.x86_64"
},
"product_reference": "skopeo-tests-2:1.14.3-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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.GA:skopeo-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.src",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:14: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-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.src",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2239"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.src",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.src",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
rhsa-2024_1901
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "OpenShift container images for the Red Hat Service Interconnect 1.5 release.\n\nRed Hat Product Security has rated this update as having a security impact of\nModerate. A Common Vulnerability Scoring System (CVSS) base score, which gives\na detailed severity rating, is available for each vulnerability from the CVE\nlink(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Service Interconnect 1.5 creates a service network, linking\nTCP and HTTP services across the hybrid cloud.\nA service network enables communication between services running in different network locations or sites.\nIt allows geographically distributed services to connect as if they were all running in the same site.",
"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-2024:1901",
"url": "https://access.redhat.com/errata/RHSA-2024:1901"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_service_interconnect/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_service_interconnect/"
},
{
"category": "external",
"summary": "2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "SKUPPER-1304",
"url": "https://issues.redhat.com/browse/SKUPPER-1304"
},
{
"category": "external",
"summary": "SKUPPER-1338",
"url": "https://issues.redhat.com/browse/SKUPPER-1338"
},
{
"category": "external",
"summary": "SKUPPER-1463",
"url": "https://issues.redhat.com/browse/SKUPPER-1463"
},
{
"category": "external",
"summary": "SKUPPER-976",
"url": "https://issues.redhat.com/browse/SKUPPER-976"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1901.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Service Interconnect 1.5.3 Release (images)",
"tracking": {
"current_release_date": "2025-01-06T19:40:14+00:00",
"generator": {
"date": "2025-01-06T19:40:14+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.5"
}
},
"id": "RHSA-2024:1901",
"initial_release_date": "2024-04-18T07:17:25+00:00",
"revision_history": [
{
"date": "2024-04-18T07:17:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-04-18T07:17:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-01-06T19:40:14+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Service Interconnect 1",
"product": {
"name": "Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:service_interconnect:1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Service Interconnect"
},
{
"branches": [
{
"category": "product_version",
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"product": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"product": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"product": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.3-2"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"product": {
"name": "service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"product_id": "service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-operator-bundle\u0026tag=1.5.3-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"product": {
"name": "service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"product_id": "service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-router-rhel9\u0026tag=2.5.1-2"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"product": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"product": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.3-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"product": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"product": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"product": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.3-2"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"product": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"product": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.3-2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"product": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"product": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"product": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.3-2"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"product": {
"name": "service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"product_id": "service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-operator-bundle\u0026tag=1.5.3-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"product": {
"name": "service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"product_id": "service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-router-rhel9\u0026tag=2.5.1-2"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"product": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64",
"product": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64",
"product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.3-2"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"product": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"product": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"product": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.3-2"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"product": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"product": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.3-2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64"
},
"product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le"
},
"product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x"
},
"product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64"
},
"product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64"
},
"product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64"
},
"product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x"
},
"product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le"
},
"product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le"
},
"product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x"
},
"product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64"
},
"product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64"
},
"product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64"
},
"product_reference": "service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64"
},
"product_reference": "service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64"
},
"product_reference": "service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64"
},
"product_reference": "service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64"
},
"product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64"
},
"product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le"
},
"product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x"
},
"product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le"
},
"product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64"
},
"product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x"
},
"product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
},
"product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39318",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237776"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not properly handle HMTL-like \"\u003c!--\" and \"--\u003e\" comment tokens, nor hashbang \"#!\" comment tokens, in \u003cscript\u003e contexts. This issue may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of HTML-like comments within script contexts",
"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-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39318"
},
{
"category": "external",
"summary": "RHBZ#2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318"
},
{
"category": "external",
"summary": "https://go.dev/cl/526156",
"url": "https://go.dev/cl/526156"
},
{
"category": "external",
"summary": "https://go.dev/issue/62196",
"url": "https://go.dev/issue/62196"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2041.json",
"url": "https://vuln.go.dev/ID/GO-2023-2041.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T07:17:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1901"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of HTML-like comments within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39319",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237773"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of \"\u003cscript\", \"\u003c!--\", and \"\u003c/script\" within JS literals in \u003cscript\u003e contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of special tags within script contexts",
"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-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39319"
},
{
"category": "external",
"summary": "RHBZ#2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319"
},
{
"category": "external",
"summary": "https://go.dev/cl/526157",
"url": "https://go.dev/cl/526157"
},
{
"category": "external",
"summary": "https://go.dev/issue/62197",
"url": "https://go.dev/issue/62197"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2043.json",
"url": "https://vuln.go.dev/ID/GO-2023-2043.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T07:17:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1901"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of special tags within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Martin Seemann"
]
}
],
"cve": "CVE-2023-39321",
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237777"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections",
"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-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39321"
},
{
"category": "external",
"summary": "RHBZ#2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39321"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2044.json",
"url": "https://vuln.go.dev/ID/GO-2023-2044.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T07:17:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1901"
}
],
"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-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections"
},
{
"acknowledgments": [
{
"names": [
"Marten Seemann"
]
}
],
"cve": "CVE-2023-39322",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237778"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: lack of a limit on buffered post-handshake",
"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-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39322"
},
{
"category": "external",
"summary": "RHBZ#2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39322"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2045.json",
"url": "https://vuln.go.dev/ID/GO-2023-2045.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T07:17:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1901"
}
],
"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-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: lack of a limit on buffered post-handshake"
},
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"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-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T07:17:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1901"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T07:17:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1901"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
rhsa-2024_1859
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "OpenShift API for Data Protection (OADP) 1.3.1 is now available.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenShift API for Data Protection (OADP) enables you to back up and restore application resources, persistent volume data, and internal container images to external backup storage. OADP enables both file system-based and snapshot-based backups for persistent volumes.\n\nSecurity Fix(es) from Bugzilla:\n\n* opentelemetry: DoS vulnerability in otelhttp (CVE-2023-45142)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* ssh: Prefix truncation attack on Binary Packet Protocol (BPP) (CVE-2023-48795)\n\n* golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON (CVE-2024-24786)\n\n* jose-go: improper handling of highly compressed data (CVE-2024-28180)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:1859",
"url": "https://access.redhat.com/errata/RHSA-2024:1859"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2245180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2245180"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "2268854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268854"
},
{
"category": "external",
"summary": "OADP-1912",
"url": "https://issues.redhat.com/browse/OADP-1912"
},
{
"category": "external",
"summary": "OADP-2866",
"url": "https://issues.redhat.com/browse/OADP-2866"
},
{
"category": "external",
"summary": "OADP-3005",
"url": "https://issues.redhat.com/browse/OADP-3005"
},
{
"category": "external",
"summary": "OADP-3038",
"url": "https://issues.redhat.com/browse/OADP-3038"
},
{
"category": "external",
"summary": "OADP-3041",
"url": "https://issues.redhat.com/browse/OADP-3041"
},
{
"category": "external",
"summary": "OADP-3044",
"url": "https://issues.redhat.com/browse/OADP-3044"
},
{
"category": "external",
"summary": "OADP-3051",
"url": "https://issues.redhat.com/browse/OADP-3051"
},
{
"category": "external",
"summary": "OADP-3055",
"url": "https://issues.redhat.com/browse/OADP-3055"
},
{
"category": "external",
"summary": "OADP-3189",
"url": "https://issues.redhat.com/browse/OADP-3189"
},
{
"category": "external",
"summary": "OADP-3326",
"url": "https://issues.redhat.com/browse/OADP-3326"
},
{
"category": "external",
"summary": "OADP-3379",
"url": "https://issues.redhat.com/browse/OADP-3379"
},
{
"category": "external",
"summary": "OADP-3390",
"url": "https://issues.redhat.com/browse/OADP-3390"
},
{
"category": "external",
"summary": "OADP-3395",
"url": "https://issues.redhat.com/browse/OADP-3395"
},
{
"category": "external",
"summary": "OADP-3486",
"url": "https://issues.redhat.com/browse/OADP-3486"
},
{
"category": "external",
"summary": "OADP-3495",
"url": "https://issues.redhat.com/browse/OADP-3495"
},
{
"category": "external",
"summary": "OADP-3598",
"url": "https://issues.redhat.com/browse/OADP-3598"
},
{
"category": "external",
"summary": "OADP-3710",
"url": "https://issues.redhat.com/browse/OADP-3710"
},
{
"category": "external",
"summary": "OADP-3821",
"url": "https://issues.redhat.com/browse/OADP-3821"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1859.json"
}
],
"title": "Red Hat Security Advisory: OpenShift API for Data Protection (OADP) 1.3.1 security and bug fix update",
"tracking": {
"current_release_date": "2025-01-06T19:40:02+00:00",
"generator": {
"date": "2025-01-06T19:40:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.5"
}
},
"id": "RHSA-2024:1859",
"initial_release_date": "2024-04-16T17:26:06+00:00",
"revision_history": [
{
"date": "2024-04-16T17:26:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-04-16T17:26:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-01-06T19:40:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "9Base-OADP-1.3",
"product": {
"name": "9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_api_data_protection:1.3::el9"
}
}
}
],
"category": "product_family",
"name": "OpenShift API for Data Protection"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1.3.1-13"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"product": {
"name": "oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"product_id": "oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1.3.1-53"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"product_id": "oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.3.1-59"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"product": {
"name": "oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"product_id": "oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1.3.1-40"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x",
"product": {
"name": "oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x",
"product_id": "oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1.3.1-16"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"product_id": "oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1.3.1-16"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1.3.1-10"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1.3.1-13"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1.3.1-13"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"product": {
"name": "oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"product_id": "oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1.3.1-53"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"product_id": "oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.3.1-59"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"product": {
"name": "oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"product_id": "oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1.3.1-40"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"product": {
"name": "oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"product_id": "oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1.3.1-16"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"product_id": "oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1.3.1-16"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1.3.1-10"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1.3.1-13"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1.3.1-13"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"product": {
"name": "oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"product_id": "oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1.3.1-53"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"product_id": "oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.3.1-59"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"product": {
"name": "oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"product_id": "oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1.3.1-40"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"product": {
"name": "oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"product_id": "oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1.3.1-16"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"product_id": "oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1.3.1-16"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1.3.1-10"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1.3.1-13"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1.3.1-13"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"product": {
"name": "oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"product_id": "oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1.3.1-53"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"product_id": "oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.3.1-59"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"product": {
"name": "oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"product_id": "oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1.3.1-40"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"product": {
"name": "oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"product_id": "oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1.3.1-16"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"product_id": "oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1.3.1-16"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1.3.1-10"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1.3.1-13"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64"
},
"product_reference": "oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64"
},
"product_reference": "oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le"
},
"product_reference": "oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x"
},
"product_reference": "oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64"
},
"product_reference": "oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le"
},
"product_reference": "oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x"
},
"product_reference": "oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64"
},
"product_reference": "oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64"
},
"product_reference": "oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64"
},
"product_reference": "oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le"
},
"product_reference": "oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
},
"product_reference": "oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"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-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-16T17:26:06+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1859"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45142",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-10-19T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2245180"
}
],
"notes": [
{
"category": "description",
"text": "A memory leak was found in the otelhttp handler of open-telemetry. This flaw allows a remote, unauthenticated attacker to exhaust the server\u0027s memory by sending many malicious requests, affecting the availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "opentelemetry: DoS vulnerability in otelhttp",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While no authentication is required, there are a significant number of non-default factors which prevent widespread exploitation of this flaw. For a service to be affected, all of the following must be true:\n* The go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp package must be in use\n* Configured a metrics pipeline which uses the otelhttp.NewHandler wrapper function\n* No filtering of unknown HTTP methods or user agents at a higher level (such as Content Delivery Network/Load Balancer/etc...)\n\nDue to the limited attack surface, Red Hat Product Security rates the impact as Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45142"
},
{
"category": "external",
"summary": "RHBZ#2245180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2245180"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45142",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45142"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45142",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45142"
},
{
"category": "external",
"summary": "https://github.com/open-telemetry/opentelemetry-go-contrib/security/advisories/GHSA-rcjv-mgp8-qvmr",
"url": "https://github.com/open-telemetry/opentelemetry-go-contrib/security/advisories/GHSA-rcjv-mgp8-qvmr"
}
],
"release_date": "2023-10-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-16T17:26:06+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1859"
},
{
"category": "workaround",
"details": "As a workaround to stop being affected otelhttp.WithFilter() can be used.\n\nFor convenience and safe usage of this library, it should by default mark with the label unknown non-standard HTTP methods and User agents to show that such requests were made but do not increase cardinality. In case someone wants to stay with the current behavior, library API should allow to enable it.\n\nThe other possibility is to disable HTTP metrics instrumentation by passing otelhttp.WithMeterProvider option with noop.NewMeterProvider.",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "opentelemetry: DoS vulnerability in otelhttp"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-16T17:26:06+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1859"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"cve": "CVE-2023-48795",
"cwe": {
"id": "CWE-222",
"name": "Truncation of Security-relevant Information"
},
"discovery_date": "2023-12-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2254210"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SSH channel integrity. By manipulating sequence numbers during the handshake, an attacker can remove the initial messages on the secure channel without causing a MAC failure. For example, an attacker could disable the ping extension and thus disable the new countermeasure in OpenSSH 9.5 against keystroke timing attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is classified as moderate because the attack requires an active Man-in-the-Middle (MITM) who can intercept and modify the connection\u0027s traffic at the TCP/IP layer.\n\nAlthough the attack is cryptographically innovative, its security impact is fortunately quite limited. It only allows the deletion of consecutive messages, and deleting most messages at this protocol stage prevents user authentication from proceeding, leading to a stalled connection.\n\nThe most significant identified impact is that it enables a MITM to delete the SSH2_MSG_EXT_INFO message sent before authentication begins. This allows the attacker to disable a subset of keystroke timing obfuscation features. However, there is no other observable impact on session secrecy or session integrity.",
"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-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-48795"
},
{
"category": "external",
"summary": "RHBZ#2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7071748",
"url": "https://access.redhat.com/solutions/7071748"
},
{
"category": "external",
"summary": "https://terrapin-attack.com/",
"url": "https://terrapin-attack.com/"
}
],
"release_date": "2023-12-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-16T17:26:06+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1859"
},
{
"category": "workaround",
"details": "Update to the last version and check that client and server provide kex pseudo-algorithms indicating usage of the updated version of the protocol which is protected from the attack. If \"kex-strict-c-v00@openssh.com\" is provided by clients and \"kex-strict-s-v00@openssh.com\" is in the server\u0027s reply, no other steps are necessary.\n\nDisabling ciphers if necessary:\n\nIf \"kex-strict-c-v00@openssh.com\" is not provided by clients or \"kex-strict-s-v00@openssh.com\" is absent in the server\u0027s reply, you can disable the following ciphers and HMACs as a workaround on RHEL-8 and RHEL-9:\n\n1. chacha20-poly1305@openssh.com\n2. hmac-sha2-512-etm@openssh.com\n3. hmac-sha2-256-etm@openssh.com\n4. hmac-sha1-etm@openssh.com\n5. hmac-md5-etm@openssh.com\n\nTo do that through crypto-policies, one can apply a subpolicy with the following content:\n```\ncipher@SSH = -CHACHA20-POLY1305\nssh_etm = 0\n```\ne.g., by putting these lines into `/etc/crypto-policies/policies/modules/CVE-2023-48795.pmod`, applying the resulting subpolicy with `update-crypto-policies --set $(update-crypto-policies --show):CVE-2023-48795` and restarting openssh server.\n\nOne can verify that the changes are in effect by ensuring the ciphers listed above are missing from both `/etc/crypto-policies/back-ends/openssh.config` and `/etc/crypto-policies/back-ends/opensshserver.config`.\n\nFor more details on using crypto-policies, please refer to https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/using-the-system-wide-cryptographic-policies_security-hardening\n\nNote that this procedure does limit the interoperability of the host and is only suggested as a temporary mitigation until the issue is fully resolved with an update.\n\nFor RHEL-7: \nWe can recommend to use strict MACs and Ciphers on RHEL7 in both files /etc/ssh/ssh_config and /etc/ssh/sshd_config.\n\nBelow strict set of Ciphers and MACs can be used as mitigation for RHEL 7.\n\n```\nCiphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com\nMACs umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512\n```\n\n- For Openshift Container Platform 4:\nPlease refer the KCS[1] document for verifying the fix in RHCOS.\n\n[1] https://access.redhat.com/solutions/7071748",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)"
},
{
"cve": "CVE-2024-24786",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268046"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang\u0027s protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON",
"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-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "RHBZ#2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://go.dev/cl/569356",
"url": "https://go.dev/cl/569356"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/",
"url": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2611",
"url": "https://pkg.go.dev/vuln/GO-2024-2611"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-16T17:26:06+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1859"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON"
},
{
"cve": "CVE-2024-28180",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2024-03-10T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268854"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Jose due to improper handling of highly compressed data. This issue could allow an attacker to send a JWE containing compressed data that uses large amounts of memory and CPU when decompressed by Decrypt or DecryptMulti.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jose-go: improper handling of highly compressed data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-28180"
},
{
"category": "external",
"summary": "RHBZ#2268854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268854"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28180"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c5q2-7r4c-mv6g",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c5q2-7r4c-mv6g"
}
],
"release_date": "2024-03-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-16T17:26:06+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1859"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jose-go: improper handling of highly compressed data"
}
]
}
RHSA-2024:2730
Vulnerability from csaf_redhat
Notes
{
"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 collectd-sensubility is now available for Red Hat OpenStack\nPlatform 17.1 (Wallaby).\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 link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "This project aims to provide the possibility to switch from Sensu-based\navailability monitoring solution to a monitoring solution based on collectd\nwith AMQP-1.0 messaging bus.\n\nSecurity Fix(es):\n\n* golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads (CVE-2024-1394)\n\n* net/http/internal: Denial of Service (DoS) via Resource Consumption via\nHTTP requests (CVE-2023-39326)\n\n* crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.\n(CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage 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-2024:2730",
"url": "https://access.redhat.com/errata/RHSA-2024:2730"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2730.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenStack Platform 17.1 (collectd-sensubility) security update",
"tracking": {
"current_release_date": "2025-11-07T16:41:55+00:00",
"generator": {
"date": "2025-11-07T16:41:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2024:2730",
"initial_release_date": "2024-05-22T20:41:27+00:00",
"revision_history": [
{
"date": "2024-05-22T20:41:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-22T20:41:27+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T16:41:55+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 17.1",
"product": {
"name": "Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:17.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "collectd-sensubility-0:0.2.1-3.el9ost.src",
"product": {
"name": "collectd-sensubility-0:0.2.1-3.el9ost.src",
"product_id": "collectd-sensubility-0:0.2.1-3.el9ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-sensubility@0.2.1-3.el9ost?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"product": {
"name": "collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"product_id": "collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-sensubility@0.2.1-3.el9ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64",
"product": {
"name": "collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64",
"product_id": "collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-sensubility-debuginfo@0.2.1-3.el9ost?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-sensubility-0:0.2.1-3.el9ost.src as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src"
},
"product_reference": "collectd-sensubility-0:0.2.1-3.el9ost.src",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-sensubility-0:0.2.1-3.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64"
},
"product_reference": "collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
},
"product_reference": "collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64",
"relates_to_product_reference": "9Base-RHOS-17.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:41:27+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2730"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:41:27+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2730"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"acknowledgments": [
{
"names": [
"@r3kumar",
"@qmuntal"
]
}
],
"cve": "CVE-2024-1394",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2024-02-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2262921"
}
],
"notes": [
{
"category": "description",
"text": "A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"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-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-1394"
},
{
"category": "external",
"summary": "RHBZ#2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-1394",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1394"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136",
"url": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6",
"url": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6"
},
{
"category": "external",
"summary": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f",
"url": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2660",
"url": "https://pkg.go.dev/vuln/GO-2024-2660"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2660.json",
"url": "https://vuln.go.dev/ID/GO-2024-2660.json"
}
],
"release_date": "2024-03-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:41:27+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2730"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads"
}
]
}
rhsa-2024_0269
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for run-once-duration-override-container, run-once-duration-override-operator-bundle-container, and run-once-duration-override-operator-container is now available for RODOO-1.1-RHEL-9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Run Once Duration Override Operator for Red Hat OpenShift is an optional\noperator that makes it possible to override activeDeadlineSecondsOverride\nfield during pod admission.\n\nSecurity Fix(es):\n\n* golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487) (CVE-2023-39325)\n\n* HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack) (CVE-2023-44487)\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\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-2024:0269",
"url": "https://access.redhat.com/errata/RHSA-2024:0269"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "OCPBUGS-25123",
"url": "https://issues.redhat.com/browse/OCPBUGS-25123"
},
{
"category": "external",
"summary": "WRKLDS-897",
"url": "https://issues.redhat.com/browse/WRKLDS-897"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0269.json"
}
],
"title": "Red Hat Security Advisory: Run Once Duration Override Operator for Red Hat OpenShift 1.1.0 for RHEL 9",
"tracking": {
"current_release_date": "2025-01-06T21:56:12+00:00",
"generator": {
"date": "2025-01-06T21:56:12+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.5"
}
},
"id": "RHSA-2024:0269",
"initial_release_date": "2024-02-28T00:20:04+00:00",
"revision_history": [
{
"date": "2024-02-28T00:20:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-02-28T00:20:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-01-06T21:56:12+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RODOO 1.1 for RHEL 9",
"product": {
"name": "RODOO 1.1 for RHEL 9",
"product_id": "9Base-RODOO-1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:run_once_duration_override_operator:1.1::el9"
}
}
}
],
"category": "product_family",
"name": "Run Once Duration Override Operator"
},
{
"branches": [
{
"category": "product_version",
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64",
"product": {
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64",
"product_id": "run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f?arch=amd64\u0026repository_url=registry.redhat.io/run-once-duration-override-operator/run-once-duration-override-rhel9\u0026tag=v1.1-4"
}
}
},
{
"category": "product_version",
"name": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"product": {
"name": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"product_id": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2?arch=amd64\u0026repository_url=registry.redhat.io/run-once-duration-override-operator/run-once-duration-override-operator-bundle\u0026tag=v1.1-4"
}
}
},
{
"category": "product_version",
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"product": {
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"product_id": "run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a?arch=amd64\u0026repository_url=registry.redhat.io/run-once-duration-override-operator/run-once-duration-override-rhel9-operator\u0026tag=v1.1-5"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64 as a component of RODOO 1.1 for RHEL 9",
"product_id": "9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64"
},
"product_reference": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"relates_to_product_reference": "9Base-RODOO-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64 as a component of RODOO 1.1 for RHEL 9",
"product_id": "9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64"
},
"product_reference": "run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"relates_to_product_reference": "9Base-RODOO-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64 as a component of RODOO 1.1 for RHEL 9",
"product_id": "9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
},
"product_reference": "run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64",
"relates_to_product_reference": "9Base-RODOO-1.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39325",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2243296"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is related to CVE-2023-44487.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"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-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39325"
},
{
"category": "external",
"summary": "RHBZ#2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-44487",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://go.dev/issue/63417",
"url": "https://go.dev/issue/63417"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T00:20:04+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0269"
},
{
"category": "workaround",
"details": "The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)"
},
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"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-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T00:20:04+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0269"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-44487",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-09T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2242803"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages.\r\n\r\nSecurity Bulletin\r\nhttps://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "NGINX has been marked as Moderate Impact because, for performance and resource consumption reasons, NGINX limits the number of concurrent streams to a default of 128. In addition, to optimally balance network and server performance, NGINX allows the client to persist HTTP connections for up to 1000 requests by default using an HTTP keepalive.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.\n\nrhc component is no longer impacted by CVE-2023-44487 \u0026 CVE-2023-39325.",
"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-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "RHBZ#2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://github.com/dotnet/announcements/issues/277",
"url": "https://github.com/dotnet/announcements/issues/277"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
},
{
"category": "external",
"summary": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/",
"url": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T00:20:04+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0269"
},
{
"category": "workaround",
"details": "Users are strongly urged to update their software as soon as fixes are available. \nThere are several mitigation approaches for this flaw. \n\n1. If circumstances permit, users may disable http2 endpoints to circumvent the flaw altogether until a fix is available.\n2. IP-based blocking or flood protection and rate control tools may be used at network endpoints to filter incoming traffic.\n3. Several package specific mitigations are also available. \n a. nginx: https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/\n b. netty: https://github.com/netty/netty/security/advisories/GHSA-xpw8-rcwv-8f8p\n c. haproxy: https://www.haproxy.com/blog/haproxy-is-not-affected-by-the-http-2-rapid-reset-attack-cve-2023-44487\n d. nghttp2: https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg\n e. golang: The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2023-10-10T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Important"
}
],
"title": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T00:20:04+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0269"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
RHSA-2024:0281
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Secondary Scheduler Operator for Red Hat OpenShift 1.2.1 for RHEL 9\n\nAn update for secondary-scheduler-operator-bundle-container and secondary-scheduler-operator-container is now available for OSSO-1.2.1-RHEL-9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Secondary Scheduler Operator for Red Hat OpenShift is an optional\noperator that makes it possible to deploy a secondary scheduler by\nproviding a scheduler image. You can run a scheduler with custom\nplugins without applying additional manifests, such as cluster roles\nand deployments.\n\nSecurity Fix(es):\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\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-2024:0281",
"url": "https://access.redhat.com/errata/RHSA-2024:0281"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "OCPBUGS-23328",
"url": "https://issues.redhat.com/browse/OCPBUGS-23328"
},
{
"category": "external",
"summary": "OCPBUGS-25130",
"url": "https://issues.redhat.com/browse/OCPBUGS-25130"
},
{
"category": "external",
"summary": "OCPBUGS-28584",
"url": "https://issues.redhat.com/browse/OCPBUGS-28584"
},
{
"category": "external",
"summary": "WRKLDS-899",
"url": "https://issues.redhat.com/browse/WRKLDS-899"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0281.json"
}
],
"title": "Red Hat Security Advisory: Secondary Scheduler Operator for Red Hat OpenShift 1.2.1 for RHEL 9",
"tracking": {
"current_release_date": "2025-11-07T16:41:38+00:00",
"generator": {
"date": "2025-11-07T16:41:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2024:0281",
"initial_release_date": "2024-03-06T14:39:54+00:00",
"revision_history": [
{
"date": "2024-03-06T14:39:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-03-06T14:39:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T16:41:38+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "OSSO 1.2 for RHEL 9",
"product": {
"name": "OSSO 1.2 for RHEL 9",
"product_id": "9Base-OSSO-1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_secondary_scheduler:1.2::el9"
}
}
}
],
"category": "product_family",
"name": "Openshift Secondary Scheduler Operator"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"product": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"product_id": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30?arch=amd64\u0026repository_url=registry.redhat.io/openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle\u0026tag=v1.2-19"
}
}
},
{
"category": "product_version",
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64",
"product": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64",
"product_id": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator\u0026tag=v1.2-26"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64 as a component of OSSO 1.2 for RHEL 9",
"product_id": "9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64"
},
"product_reference": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"relates_to_product_reference": "9Base-OSSO-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64 as a component of OSSO 1.2 for RHEL 9",
"product_id": "9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
},
"product_reference": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64",
"relates_to_product_reference": "9Base-OSSO-1.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-06T14:39:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0281"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-06T14:39:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0281"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
rhsa-2024:0281
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Secondary Scheduler Operator for Red Hat OpenShift 1.2.1 for RHEL 9\n\nAn update for secondary-scheduler-operator-bundle-container and secondary-scheduler-operator-container is now available for OSSO-1.2.1-RHEL-9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Secondary Scheduler Operator for Red Hat OpenShift is an optional\noperator that makes it possible to deploy a secondary scheduler by\nproviding a scheduler image. You can run a scheduler with custom\nplugins without applying additional manifests, such as cluster roles\nand deployments.\n\nSecurity Fix(es):\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\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-2024:0281",
"url": "https://access.redhat.com/errata/RHSA-2024:0281"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "OCPBUGS-23328",
"url": "https://issues.redhat.com/browse/OCPBUGS-23328"
},
{
"category": "external",
"summary": "OCPBUGS-25130",
"url": "https://issues.redhat.com/browse/OCPBUGS-25130"
},
{
"category": "external",
"summary": "OCPBUGS-28584",
"url": "https://issues.redhat.com/browse/OCPBUGS-28584"
},
{
"category": "external",
"summary": "WRKLDS-899",
"url": "https://issues.redhat.com/browse/WRKLDS-899"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0281.json"
}
],
"title": "Red Hat Security Advisory: Secondary Scheduler Operator for Red Hat OpenShift 1.2.1 for RHEL 9",
"tracking": {
"current_release_date": "2025-11-07T16:41:38+00:00",
"generator": {
"date": "2025-11-07T16:41:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2024:0281",
"initial_release_date": "2024-03-06T14:39:54+00:00",
"revision_history": [
{
"date": "2024-03-06T14:39:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-03-06T14:39:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T16:41:38+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "OSSO 1.2 for RHEL 9",
"product": {
"name": "OSSO 1.2 for RHEL 9",
"product_id": "9Base-OSSO-1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_secondary_scheduler:1.2::el9"
}
}
}
],
"category": "product_family",
"name": "Openshift Secondary Scheduler Operator"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"product": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"product_id": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30?arch=amd64\u0026repository_url=registry.redhat.io/openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle\u0026tag=v1.2-19"
}
}
},
{
"category": "product_version",
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64",
"product": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64",
"product_id": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator\u0026tag=v1.2-26"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64 as a component of OSSO 1.2 for RHEL 9",
"product_id": "9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64"
},
"product_reference": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"relates_to_product_reference": "9Base-OSSO-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64 as a component of OSSO 1.2 for RHEL 9",
"product_id": "9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
},
"product_reference": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64",
"relates_to_product_reference": "9Base-OSSO-1.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-06T14:39:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0281"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-06T14:39:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0281"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
rhsa-2023_7200
Vulnerability from csaf_redhat
Notes
{
"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 build of MicroShift release 4.15.0 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat build of MicroShift 4.15.0.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat build of MicroShift is Red Hat\u0027s light-weight Kubernetes orchestration solution designed for edge device deployments and is built from the edge capabilities of Red Hat OpenShift. MicroShift is an application that is deployed on top of Red Hat Enterprise Linux devices at\nthe edge, providing an efficient way to operate single-node clusters in these low-resource environments.\n\nThis advisory contains the RPM packages for Red Hat build of MicroShift 4.15.0. Read the following advisory for the container images for this\nrelease:\n\nhttps://access.redhat.com/errata/RHSA-2023:7198\n\nSecurity Fix(es):\n\n* golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487) (CVE-2023-39325)\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\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-2023:7200",
"url": "https://access.redhat.com/errata/RHSA-2023:7200"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "OCPBUGS-18548",
"url": "https://issues.redhat.com/browse/OCPBUGS-18548"
},
{
"category": "external",
"summary": "OCPBUGS-19288",
"url": "https://issues.redhat.com/browse/OCPBUGS-19288"
},
{
"category": "external",
"summary": "OCPBUGS-19363",
"url": "https://issues.redhat.com/browse/OCPBUGS-19363"
},
{
"category": "external",
"summary": "OCPBUGS-19384",
"url": "https://issues.redhat.com/browse/OCPBUGS-19384"
},
{
"category": "external",
"summary": "OCPBUGS-19422",
"url": "https://issues.redhat.com/browse/OCPBUGS-19422"
},
{
"category": "external",
"summary": "OCPBUGS-19433",
"url": "https://issues.redhat.com/browse/OCPBUGS-19433"
},
{
"category": "external",
"summary": "OCPBUGS-19457",
"url": "https://issues.redhat.com/browse/OCPBUGS-19457"
},
{
"category": "external",
"summary": "OCPBUGS-19488",
"url": "https://issues.redhat.com/browse/OCPBUGS-19488"
},
{
"category": "external",
"summary": "OCPBUGS-19540",
"url": "https://issues.redhat.com/browse/OCPBUGS-19540"
},
{
"category": "external",
"summary": "OCPBUGS-19567",
"url": "https://issues.redhat.com/browse/OCPBUGS-19567"
},
{
"category": "external",
"summary": "OCPBUGS-19632",
"url": "https://issues.redhat.com/browse/OCPBUGS-19632"
},
{
"category": "external",
"summary": "OCPBUGS-19719",
"url": "https://issues.redhat.com/browse/OCPBUGS-19719"
},
{
"category": "external",
"summary": "OCPBUGS-20037",
"url": "https://issues.redhat.com/browse/OCPBUGS-20037"
},
{
"category": "external",
"summary": "OCPBUGS-22322",
"url": "https://issues.redhat.com/browse/OCPBUGS-22322"
},
{
"category": "external",
"summary": "OCPBUGS-22338",
"url": "https://issues.redhat.com/browse/OCPBUGS-22338"
},
{
"category": "external",
"summary": "OCPBUGS-22685",
"url": "https://issues.redhat.com/browse/OCPBUGS-22685"
},
{
"category": "external",
"summary": "OCPBUGS-22809",
"url": "https://issues.redhat.com/browse/OCPBUGS-22809"
},
{
"category": "external",
"summary": "OCPBUGS-22854",
"url": "https://issues.redhat.com/browse/OCPBUGS-22854"
},
{
"category": "external",
"summary": "OCPBUGS-22858",
"url": "https://issues.redhat.com/browse/OCPBUGS-22858"
},
{
"category": "external",
"summary": "OCPBUGS-22936",
"url": "https://issues.redhat.com/browse/OCPBUGS-22936"
},
{
"category": "external",
"summary": "OCPBUGS-25689",
"url": "https://issues.redhat.com/browse/OCPBUGS-25689"
},
{
"category": "external",
"summary": "OCPBUGS-25851",
"url": "https://issues.redhat.com/browse/OCPBUGS-25851"
},
{
"category": "external",
"summary": "OCPBUGS-25904",
"url": "https://issues.redhat.com/browse/OCPBUGS-25904"
},
{
"category": "external",
"summary": "OCPBUGS-27398",
"url": "https://issues.redhat.com/browse/OCPBUGS-27398"
},
{
"category": "external",
"summary": "OCPBUGS-27855",
"url": "https://issues.redhat.com/browse/OCPBUGS-27855"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2023_7200.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.15.z security update",
"tracking": {
"current_release_date": "2025-01-06T21:53:44+00:00",
"generator": {
"date": "2025-01-06T21:53:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.5"
}
},
"id": "RHSA-2023:7200",
"initial_release_date": "2024-02-27T22:49:18+00:00",
"revision_history": [
{
"date": "2024-02-27T22:49:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-02-27T22:49:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-01-06T21:53:44+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.15",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.15::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"product": {
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"product_id": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product": {
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product_id": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product": {
"name": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product_id": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-networking@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product": {
"name": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product_id": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-olm@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product": {
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product_id": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product": {
"name": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product_id": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-networking@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product": {
"name": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product_id": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-olm@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product": {
"name": "microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product_id": "microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-greenboot@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product": {
"name": "microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product_id": "microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-release-info@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product": {
"name": "microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product_id": "microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-selinux@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64"
},
"product_reference": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src"
},
"product_reference": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64"
},
"product_reference": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
},
"product_reference": "microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64"
},
"product_reference": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64"
},
"product_reference": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64"
},
"product_reference": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64"
},
"product_reference": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
},
"product_reference": "microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
},
"product_reference": "microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39325",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2243296"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is related to CVE-2023-44487.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39325"
},
{
"category": "external",
"summary": "RHBZ#2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-44487",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://go.dev/issue/63417",
"url": "https://go.dev/issue/63417"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-27T22:49:18+00:00",
"details": "For Red Hat build of MicroShift 4.15, read the following documentation for important instructions on how to install the latest RPMs and fully apply this asynchronous errata update:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_build_of_microshift/4.15/html/release_notes/index",
"product_ids": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7200"
},
{
"category": "workaround",
"details": "The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.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": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)"
},
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-27T22:49:18+00:00",
"details": "For Red Hat build of MicroShift 4.15, read the following documentation for important instructions on how to install the latest RPMs and fully apply this asynchronous errata update:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_build_of_microshift/4.15/html/release_notes/index",
"product_ids": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7200"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-27T22:49:18+00:00",
"details": "For Red Hat build of MicroShift 4.15, read the following documentation for important instructions on how to install the latest RPMs and fully apply this asynchronous errata update:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_build_of_microshift/4.15/html/release_notes/index",
"product_ids": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7200"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
RHSA-2024:2272
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for containernetworking-plugins is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Container Network Interface (CNI) project consists of a specification and libraries for writing plug-ins for configuring network interfaces in Linux containers, along with a number of supported plug-ins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. \n\nSecurity Fix(es):\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.4 Release Notes linked from 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-2024:2272",
"url": "https://access.redhat.com/errata/RHSA-2024:2272"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "RHEL-3140",
"url": "https://issues.redhat.com/browse/RHEL-3140"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2272.json"
}
],
"title": "Red Hat Security Advisory: containernetworking-plugins security update",
"tracking": {
"current_release_date": "2025-11-07T16:41:55+00:00",
"generator": {
"date": "2025-11-07T16:41:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2024:2272",
"initial_release_date": "2024-04-30T09:51:34+00:00",
"revision_history": [
{
"date": "2024-04-30T09:51:34+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-04-30T09:51:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T16:41:55+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.4.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.src",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.src",
"product_id": "containernetworking-plugins-1:1.4.0-2.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.el9_4?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"product_id": "containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.el9_4?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"product_id": "containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.el9_4?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"product_id": "containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.el9_4?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"product_id": "containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.el9_4?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T09:51:34+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.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2272"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T09:51:34+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.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2272"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
RHSA-2024:1901
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "OpenShift container images for the Red Hat Service Interconnect 1.5 release.\n\nRed Hat Product Security has rated this update as having a security impact of\nModerate. A Common Vulnerability Scoring System (CVSS) base score, which gives\na detailed severity rating, is available for each vulnerability from the CVE\nlink(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Service Interconnect 1.5 creates a service network, linking\nTCP and HTTP services across the hybrid cloud.\nA service network enables communication between services running in different network locations or sites.\nIt allows geographically distributed services to connect as if they were all running in the same site.",
"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-2024:1901",
"url": "https://access.redhat.com/errata/RHSA-2024:1901"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_service_interconnect/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_service_interconnect/"
},
{
"category": "external",
"summary": "2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "SKUPPER-1304",
"url": "https://issues.redhat.com/browse/SKUPPER-1304"
},
{
"category": "external",
"summary": "SKUPPER-1338",
"url": "https://issues.redhat.com/browse/SKUPPER-1338"
},
{
"category": "external",
"summary": "SKUPPER-1463",
"url": "https://issues.redhat.com/browse/SKUPPER-1463"
},
{
"category": "external",
"summary": "SKUPPER-976",
"url": "https://issues.redhat.com/browse/SKUPPER-976"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1901.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Service Interconnect 1.5.3 Release (images)",
"tracking": {
"current_release_date": "2025-11-07T16:41:51+00:00",
"generator": {
"date": "2025-11-07T16:41:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2024:1901",
"initial_release_date": "2024-04-18T07:17:25+00:00",
"revision_history": [
{
"date": "2024-04-18T07:17:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-04-18T07:17:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T16:41:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Service Interconnect 1",
"product": {
"name": "Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:service_interconnect:1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Service Interconnect"
},
{
"branches": [
{
"category": "product_version",
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"product": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"product": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"product": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.3-2"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"product": {
"name": "service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"product_id": "service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-operator-bundle\u0026tag=1.5.3-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"product": {
"name": "service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"product_id": "service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-router-rhel9\u0026tag=2.5.1-2"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"product": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"product": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.3-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"product": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"product": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"product": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.3-2"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"product": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"product": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.3-2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"product": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"product": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"product": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.3-2"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"product": {
"name": "service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"product_id": "service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-operator-bundle\u0026tag=1.5.3-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"product": {
"name": "service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"product_id": "service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-router-rhel9\u0026tag=2.5.1-2"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"product": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64",
"product": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64",
"product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.3-2"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"product": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"product": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"product": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.3-2"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"product": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"product": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.3-2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64"
},
"product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le"
},
"product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x"
},
"product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64"
},
"product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64"
},
"product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64"
},
"product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x"
},
"product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le"
},
"product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le"
},
"product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x"
},
"product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64"
},
"product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64"
},
"product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64"
},
"product_reference": "service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64"
},
"product_reference": "service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64"
},
"product_reference": "service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64"
},
"product_reference": "service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64"
},
"product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64"
},
"product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le"
},
"product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x"
},
"product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le"
},
"product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64"
},
"product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x"
},
"product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
},
"product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39318",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237776"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not properly handle HMTL-like \"\u003c!--\" and \"--\u003e\" comment tokens, nor hashbang \"#!\" comment tokens, in \u003cscript\u003e contexts. This issue may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of HTML-like comments within script contexts",
"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-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39318"
},
{
"category": "external",
"summary": "RHBZ#2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318"
},
{
"category": "external",
"summary": "https://go.dev/cl/526156",
"url": "https://go.dev/cl/526156"
},
{
"category": "external",
"summary": "https://go.dev/issue/62196",
"url": "https://go.dev/issue/62196"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2041.json",
"url": "https://vuln.go.dev/ID/GO-2023-2041.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T07:17:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1901"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of HTML-like comments within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39319",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237773"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of \"\u003cscript\", \"\u003c!--\", and \"\u003c/script\" within JS literals in \u003cscript\u003e contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of special tags within script contexts",
"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-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39319"
},
{
"category": "external",
"summary": "RHBZ#2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319"
},
{
"category": "external",
"summary": "https://go.dev/cl/526157",
"url": "https://go.dev/cl/526157"
},
{
"category": "external",
"summary": "https://go.dev/issue/62197",
"url": "https://go.dev/issue/62197"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2043.json",
"url": "https://vuln.go.dev/ID/GO-2023-2043.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T07:17:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1901"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of special tags within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Martin Seemann"
]
}
],
"cve": "CVE-2023-39321",
"cwe": {
"id": "CWE-805",
"name": "Buffer Access with Incorrect Length Value"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237777"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The flaw has been marked as moderate instead of high like NVD \nQUICConn.HandleData buffers data and passes it to handlePostHandshakeMessage every time the buffer contains a complete message, while HandleData doesn\u0027t limit the amount of data it can buffer, a panic or denial of service would likely be lower severity,also in order to exploit this vulnerability, an attacker would have to smuggle partial handshake data which might be rejected altogether as per tls RFC specification.Therfore because of a lower severity denial of service and conditions that are beyond the scope of attackers control,we have marked this as moderate severity",
"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-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39321"
},
{
"category": "external",
"summary": "RHBZ#2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39321"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2044.json",
"url": "https://vuln.go.dev/ID/GO-2023-2044.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T07:17:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1901"
}
],
"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-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections"
},
{
"acknowledgments": [
{
"names": [
"Marten Seemann"
]
}
],
"cve": "CVE-2023-39322",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237778"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: lack of a limit on buffered post-handshake",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A vulnerability was found in the Go QUIC protocol implementation in the logic that processes post-handshake messages. It is an uncontrolled resource consumption flaw, triggered when a malicious connection sends data without an enforced upper bound. This leads to unbounded memory growth, causing the service to crash and resulting in a denial of service.The single-dimensional impact of denial of service and the added complexity of whether the resource exhaustion would happen, being out of an attacker\u0027s control,this has been rated as moderate severity.",
"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-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39322"
},
{
"category": "external",
"summary": "RHBZ#2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39322"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2045.json",
"url": "https://vuln.go.dev/ID/GO-2023-2045.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T07:17:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1901"
}
],
"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-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: lack of a limit on buffered post-handshake"
},
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T07:17:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1901"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-18T07:17:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1901"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
RHSA-2024:2729
Vulnerability from csaf_redhat
Notes
{
"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 etcd is now available for Red Hat OpenStack Platform 17.1\n(Wallaby).\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 link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "A highly-available key value store for shared configuration\n\nSecurity Fix(es):\n\n* golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads (CVE-2024-1394)\n\n* net/http/internal: Denial of Service (DoS) via Resource Consumption via\nHTTP requests (CVE-2023-39326)\n\n* crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.\n(CVE-2023-45287)\n\n* net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\n\n* etcd: Incomplete fix for CVE-2023-39325/CVE-2023-44487 in OpenStack Platform (CVE-2024-4438)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage 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-2024:2729",
"url": "https://access.redhat.com/errata/RHSA-2024:2729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "external",
"summary": "2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "2279365",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279365"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2729.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenStack Platform 17.1 (etcd) security update",
"tracking": {
"current_release_date": "2025-11-11T20:48:49+00:00",
"generator": {
"date": "2025-11-11T20:48:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2024:2729",
"initial_release_date": "2024-05-22T20:41:23+00:00",
"revision_history": [
{
"date": "2024-05-22T20:41:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-22T20:41:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-11T20:48:49+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 17.1",
"product": {
"name": "Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:17.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-0:3.4.26-8.el9ost.src",
"product": {
"name": "etcd-0:3.4.26-8.el9ost.src",
"product_id": "etcd-0:3.4.26-8.el9ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.4.26-8.el9ost?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-0:3.4.26-8.el9ost.x86_64",
"product": {
"name": "etcd-0:3.4.26-8.el9ost.x86_64",
"product_id": "etcd-0:3.4.26-8.el9ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.4.26-8.el9ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "etcd-debugsource-0:3.4.26-8.el9ost.x86_64",
"product": {
"name": "etcd-debugsource-0:3.4.26-8.el9ost.x86_64",
"product_id": "etcd-debugsource-0:3.4.26-8.el9ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debugsource@3.4.26-8.el9ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"product": {
"name": "etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"product_id": "etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debuginfo@3.4.26-8.el9ost?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.4.26-8.el9ost.src as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src"
},
"product_reference": "etcd-0:3.4.26-8.el9ost.src",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.4.26-8.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64"
},
"product_reference": "etcd-0:3.4.26-8.el9ost.x86_64",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debuginfo-0:3.4.26-8.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64"
},
"product_reference": "etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debugsource-0:3.4.26-8.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
},
"product_reference": "etcd-debugsource-0:3.4.26-8.el9ost.x86_64",
"relates_to_product_reference": "9Base-RHOS-17.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:41:23+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2729"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:41:23+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2729"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:41:23+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2729"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"acknowledgments": [
{
"names": [
"@r3kumar",
"@qmuntal"
]
}
],
"cve": "CVE-2024-1394",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2024-02-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2262921"
}
],
"notes": [
{
"category": "description",
"text": "A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"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-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-1394"
},
{
"category": "external",
"summary": "RHBZ#2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-1394",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1394"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136",
"url": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6",
"url": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6"
},
{
"category": "external",
"summary": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f",
"url": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2660",
"url": "https://pkg.go.dev/vuln/GO-2024-2660"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2660.json",
"url": "https://vuln.go.dev/ID/GO-2024-2660.json"
}
],
"release_date": "2024-03-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:41:23+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2729"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads"
},
{
"cve": "CVE-2024-4438",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-05-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2279365"
}
],
"notes": [
{
"category": "description",
"text": "The etcd package distributed with the Red Hat OpenStack platform has an incomplete fix for CVE-2023-39325/CVE-2023-44487, known as Rapid Reset. This issue occurs because the etcd package in the Red Hat OpenStack platform is using http://golang.org/x/net/http2 instead of the one provided by Red Hat Enterprise Linux versions, meaning it should be updated at compile time instead.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "etcd: Incomplete fix for CVE-2023-39325/CVE-2023-44487 in OpenStack Platform",
"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-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-4438"
},
{
"category": "external",
"summary": "RHBZ#2279365",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279365"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-4438",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4438"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-4438",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4438"
}
],
"release_date": "2024-05-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:41:23+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2729"
}
],
"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-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "etcd: Incomplete fix for CVE-2023-39325/CVE-2023-44487 in OpenStack Platform"
}
]
}
rhsa-2024_0748
Vulnerability from csaf_redhat
Notes
{
"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:4.0 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* runc: file descriptor leak (\"Leaky Vessels\") (CVE-2024-21626)\n\nA Red Hat Security Bulletin which addresses further details about the Leaky Vessels flaw is available in the References section.\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\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-2024:0748",
"url": "https://access.redhat.com/errata/RHSA-2024:0748"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2024-001",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2024-001"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2258725",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258725"
},
{
"category": "external",
"summary": "RHEL-15029",
"url": "https://issues.redhat.com/browse/RHEL-15029"
},
{
"category": "external",
"summary": "RHEL-17145",
"url": "https://issues.redhat.com/browse/RHEL-17145"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0748.json"
}
],
"title": "Red Hat Security Advisory: container-tools:4.0 security update",
"tracking": {
"current_release_date": "2025-01-06T19:38:04+00:00",
"generator": {
"date": "2025-01-06T19:38:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.5"
}
},
"id": "RHSA-2024:0748",
"initial_release_date": "2024-02-08T18:33:53+00:00",
"revision_history": [
{
"date": "2024-02-08T18:33:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-02-08T18:33:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-01-06T19:38:04+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.9.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "container-tools:4.0:8090020240201111813:d7b6f4b7",
"product": {
"name": "container-tools:4.0:8090020240201111813:d7b6f4b7",
"product_id": "container-tools:4.0:8090020240201111813:d7b6f4b7",
"product_identification_helper": {
"purl": "pkg:rpmmod/redhat/container-tools@4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"product": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"product_id": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"product": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"product_id": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.205.0-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"product": {
"name": "podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"product_id": "podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"product": {
"name": "python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"product_id": "python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.0.0-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"product": {
"name": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"product_id": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-4.module%2Bel8.9.0%2B21242%2B944321bb?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"product_id": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=src"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"product_id": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.205.0-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"product_id": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"product_id": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=src"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=src"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=src"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=src"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=src"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"product_id": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"product_id": "python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.0.0-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=src"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"product_id": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=src"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=src"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src",
"product_id": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-4.module%2Bel8.9.0%2B21242%2B944321bb?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"product_id": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_id": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_id": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_id": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_id": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_id": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_id": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_id": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_id": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_id": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_id": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_id": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_id": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"product_id": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"product_id": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"product_id": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"product_id": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
"product_reference": "container-tools:4.0:8090020240201111813:d7b6f4b7",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch"
},
"product_reference": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch"
},
"product_reference": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch"
},
"product_reference": "podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch"
},
"product_reference": "python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch"
},
"product_reference": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"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": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-08T18:33:53+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0748"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-08T18:33:53+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0748"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"acknowledgments": [
{
"names": [
"The Snyk Reseacher Team"
]
}
],
"cve": "CVE-2024-21626",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-01-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2258725"
}
],
"notes": [
{
"category": "description",
"text": "A file descriptor leak issue was found in the runc package. While a user performs `O_CLOEXEC` all file descriptors before executing the container code, the file descriptor is open when performing `setcwd(2)`, which means that the reference can be kept alive in the container by configuring the working directory to be a path resolved through the file descriptor. The non-dumpable bit is unset after `execve`, meaning there are multiple ways to attack this other than bad configurations. The only way to defend against it entirely is to close all unneeded file descriptors.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: file descriptor leak",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "These vulnerabilities not only enable malicious actors to escape containerized environments but also allow for full control over the underlying host system. With the widespread adoption of containerization technologies in both development and production environments, such exploits pose significant risks to data integrity, confidentiality, and system stability.\n\nOpenShift Container Platform ships with SELinux in targeted enforcing mode, which prevents the container processes from accessing host content and mitigates this attack, and disabling SELinux on the Openshift container platform is not supported. Hence, the impact of the Openshift Container Platform is reduced to Moderate.\n\nFor multicluster-engine (MCE) vulnerable versions of buildkit and runc are part of installed version of oc. However, they are not affecting the higher-level assisted-installer binary in MCE. The presence of these dependencies in the container does not imply a security risk to the containerized application itself, as it is based on low-level packages included in the oc binary, and the impact to the container\u0027s core functionality is minimal.\n\nThis flaw doesn\u0027t affect the OpenShift Tools \u0026 Services as the affected code is only used for testing and is not exposed to the final user.",
"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.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-21626"
},
{
"category": "external",
"summary": "RHBZ#2258725",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258725"
},
{
"category": "external",
"summary": "RHSB-2024-001",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2024-001"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21626"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21626",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21626"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv"
}
],
"release_date": "2024-01-31T20:01:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-08T18:33:53+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0748"
},
{
"category": "workaround",
"details": "Red Hat Enterprise Linux (RHEL) and OpenShift ships with SELinux in targeted enforcing mode, which prevents the container processes from accessing host content and mitigates this attack. Dockerfiles can be inspected on the \u0027RUN\u0027\u00a0and \u0027WORKDIR\u0027 directives to ensure that there are no escapes or malicious paths, which are an indication of compromise. Limiting access and only using trusted container images can help prevent unauthorized access and malicious attacks.",
"product_ids": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: file descriptor leak"
}
]
}
rhsa-2024_2988
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update 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 Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.\n\nSecurity Fix(es):\n\n* urllib3: urllib3 does not remove the authorization HTTP header when following a cross-origin redirect (CVE-2018-25091)\n\n* golang: math/big.Rat: may cause a panic or an unrecoverable fatal error if passed inputs with very large exponents (CVE-2021-33198)\n\n* golang: crypto/tls: certificate of wrong type is causing TLS client to panic (CVE-2021-34558)\n\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* golang: crypto/tls: slow verification of certificate chains containing large RSA keys (CVE-2023-29409)\n\n* golang: html/template: improper handling of HTML-like comments within script contexts (CVE-2023-39318)\n\n* golang: html/template: improper handling of special tags within script contexts (CVE-2023-39319)\n\n* golang: crypto/tls: panic when processing post-handshake message on QUIC connections (CVE-2023-39321)\n\n* golang: crypto/tls: lack of a limit on buffered post-handshake (CVE-2023-39322)\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\n* urllib3: Request body not stripped after redirect from 303 status changes request method to GET (CVE-2023-45803)\n\n* ssh: Prefix truncation attack on Binary Packet Protocol (BPP) (CVE-2023-48795)\n\n* moby/buildkit: Possible race condition with accessing subpaths from cache mounts (CVE-2024-23650)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.10 Release Notes linked from 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-2024:2988",
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.10_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.10_release_notes/index"
},
{
"category": "external",
"summary": "1983596",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1983596"
},
{
"category": "external",
"summary": "1989575",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1989575"
},
{
"category": "external",
"summary": "2132867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867"
},
{
"category": "external",
"summary": "2132868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868"
},
{
"category": "external",
"summary": "2132872",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872"
},
{
"category": "external",
"summary": "2228743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743"
},
{
"category": "external",
"summary": "2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "2244340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244340"
},
{
"category": "external",
"summary": "2246840",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246840"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "2262272",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262272"
},
{
"category": "external",
"summary": "RHEL-18150",
"url": "https://issues.redhat.com/browse/RHEL-18150"
},
{
"category": "external",
"summary": "RHEL-2598",
"url": "https://issues.redhat.com/browse/RHEL-2598"
},
{
"category": "external",
"summary": "RHEL-26594",
"url": "https://issues.redhat.com/browse/RHEL-26594"
},
{
"category": "external",
"summary": "RHEL-3088",
"url": "https://issues.redhat.com/browse/RHEL-3088"
},
{
"category": "external",
"summary": "RHEL-3093",
"url": "https://issues.redhat.com/browse/RHEL-3093"
},
{
"category": "external",
"summary": "RHEL-3146",
"url": "https://issues.redhat.com/browse/RHEL-3146"
},
{
"category": "external",
"summary": "RHEL-9836",
"url": "https://issues.redhat.com/browse/RHEL-9836"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2988.json"
}
],
"title": "Red Hat Security Advisory: container-tools:rhel8 security update",
"tracking": {
"current_release_date": "2025-01-06T19:42:11+00:00",
"generator": {
"date": "2025-01-06T19:42:11+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.5"
}
},
"id": "RHSA-2024:2988",
"initial_release_date": "2024-05-22T09:48:55+00:00",
"revision_history": [
{
"date": "2024-05-22T09:48:55+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-22T09:48:55+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-01-06T19:42:11+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.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "container-tools:rhel8:8100020240227110532:82888897",
"product": {
"name": "container-tools:rhel8:8100020240227110532:82888897",
"product_id": "container-tools:rhel8:8100020240227110532:82888897",
"product_identification_helper": {
"purl": "pkg:rpmmod/redhat/container-tools@rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"product": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"product_id": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@84.1-1.module%2Bel8.10.0%2B21373%2B0d273fdf?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"product": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"product_id": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-2.module%2Bel8.10.0%2B21196%2B3f0abbca?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"product": {
"name": "podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"product_id": "podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=noarch\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"product": {
"name": "python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"product_id": "python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.9.0-1.module%2Bel8.10.0%2B21196%2B3f0abbca?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"product": {
"name": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"product_id": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.9.0%2B20326%2B387084d0?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B21209%2B52deeb51?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"product": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"product_id": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"product": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"product_id": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@84.1-1.module%2Bel8.10.0%2B21373%2B0d273fdf?arch=src"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"product": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"product_id": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-2.module%2Bel8.10.0%2B21196%2B3f0abbca?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"product_id": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"product": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"product_id": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-81.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"product_id": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=src"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=src"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=src"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=src"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=src"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"product": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"product_id": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"product": {
"name": "python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"product_id": "python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.9.0-1.module%2Bel8.10.0%2B21196%2B3f0abbca?arch=src"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"product": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"product_id": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"product": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"product_id": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=src"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=src"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src",
"product": {
"name": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src",
"product_id": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.9.0%2B20326%2B387084d0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B21209%2B52deeb51?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"product": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"product_id": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"product": {
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"product_id": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"product": {
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"product_id": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"product": {
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"product_id": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"product_id": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"product_id": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"product": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"product_id": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-81.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"product": {
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"product_id": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"product_id": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"product": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"product": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"product": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"product_id": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"product": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"product_id": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"product": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product_id": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product": {
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product_id": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product": {
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product_id": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product": {
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product_id": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product": {
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product_id": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product": {
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product_id": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product_id": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product": {
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product_id": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product": {
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product_id": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product": {
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product_id": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product": {
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product_id": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product": {
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product_id": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"product": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"product_id": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"product": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"product_id": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"product": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"product_id": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"product": {
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"product_id": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B21209%2B52deeb51?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"product": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"product_id": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"product": {
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"product_id": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"product": {
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"product_id": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"product": {
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"product_id": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"product_id": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"product_id": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"product": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"product_id": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-81.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"product": {
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"product_id": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"product_id": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"product": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"product": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"product": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"product_id": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"product": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"product_id": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"product": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product_id": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product": {
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product_id": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product": {
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product_id": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product": {
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product_id": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product": {
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product_id": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product": {
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product_id": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product_id": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product": {
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product_id": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product": {
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product_id": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product": {
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product_id": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product": {
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product_id": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product": {
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product_id": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"product": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"product_id": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"product": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"product_id": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"product": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"product_id": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"product": {
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"product_id": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B21209%2B52deeb51?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"product": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"product_id": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"product": {
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"product_id": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"product": {
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"product_id": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"product": {
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"product_id": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"product_id": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"product_id": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"product": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"product_id": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-81.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"product": {
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"product_id": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"product_id": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"product": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"product": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"product": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"product_id": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"product": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"product_id": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"product": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product_id": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product": {
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product_id": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product": {
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product_id": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product": {
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product_id": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product": {
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product_id": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product": {
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product_id": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product_id": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product": {
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product_id": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product_id": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product": {
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product_id": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product": {
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product_id": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product": {
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product_id": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"product": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"product_id": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"product": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"product_id": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"product": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"product_id": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"product": {
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"product_id": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B21209%2B52deeb51?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"product": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"product_id": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"product": {
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"product_id": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"product": {
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"product_id": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"product": {
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"product_id": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"product_id": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"product_id": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"product": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"product_id": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-81.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"product": {
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"product_id": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"product_id": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"product": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"product": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"product": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"product_id": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"product": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"product_id": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"product": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product_id": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product": {
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product_id": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product": {
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product_id": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product": {
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product_id": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product": {
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product_id": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product": {
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product_id": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product_id": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product": {
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product_id": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product": {
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product_id": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product": {
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product_id": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product": {
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product_id": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product": {
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product_id": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"product": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"product_id": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"product": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"product_id": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"product": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"product_id": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"product": {
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"product_id": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
"product_reference": "container-tools:rhel8:8100020240227110532:82888897",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64"
},
"product_reference": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le"
},
"product_reference": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x"
},
"product_reference": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src"
},
"product_reference": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64"
},
"product_reference": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64"
},
"product_reference": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le"
},
"product_reference": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x"
},
"product_reference": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64"
},
"product_reference": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64"
},
"product_reference": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le"
},
"product_reference": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x"
},
"product_reference": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64"
},
"product_reference": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64"
},
"product_reference": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le"
},
"product_reference": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x"
},
"product_reference": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64"
},
"product_reference": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch"
},
"product_reference": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src"
},
"product_reference": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch"
},
"product_reference": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src"
},
"product_reference": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64"
},
"product_reference": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le"
},
"product_reference": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x"
},
"product_reference": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src"
},
"product_reference": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64"
},
"product_reference": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64"
},
"product_reference": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le"
},
"product_reference": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x"
},
"product_reference": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64"
},
"product_reference": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64"
},
"product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le"
},
"product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x"
},
"product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64"
},
"product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64"
},
"product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le"
},
"product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x"
},
"product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64"
},
"product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64"
},
"product_reference": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le"
},
"product_reference": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x"
},
"product_reference": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64"
},
"product_reference": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64"
},
"product_reference": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le"
},
"product_reference": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x"
},
"product_reference": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64"
},
"product_reference": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64"
},
"product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le"
},
"product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x"
},
"product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64"
},
"product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64"
},
"product_reference": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le"
},
"product_reference": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x"
},
"product_reference": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src"
},
"product_reference": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64"
},
"product_reference": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64"
},
"product_reference": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le"
},
"product_reference": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x"
},
"product_reference": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64"
},
"product_reference": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64"
},
"product_reference": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le"
},
"product_reference": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x"
},
"product_reference": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64"
},
"product_reference": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64"
},
"product_reference": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le"
},
"product_reference": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x"
},
"product_reference": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64"
},
"product_reference": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64"
},
"product_reference": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le"
},
"product_reference": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x"
},
"product_reference": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64"
},
"product_reference": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch"
},
"product_reference": "podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64"
},
"product_reference": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le"
},
"product_reference": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x"
},
"product_reference": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64"
},
"product_reference": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64"
},
"product_reference": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le"
},
"product_reference": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x"
},
"product_reference": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64"
},
"product_reference": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64"
},
"product_reference": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x"
},
"product_reference": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64"
},
"product_reference": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64"
},
"product_reference": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le"
},
"product_reference": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x"
},
"product_reference": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64"
},
"product_reference": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64"
},
"product_reference": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le"
},
"product_reference": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x"
},
"product_reference": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64"
},
"product_reference": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64"
},
"product_reference": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le"
},
"product_reference": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x"
},
"product_reference": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64"
},
"product_reference": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src"
},
"product_reference": "python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64"
},
"product_reference": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le"
},
"product_reference": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x"
},
"product_reference": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64"
},
"product_reference": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch"
},
"product_reference": "python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64"
},
"product_reference": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le"
},
"product_reference": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x"
},
"product_reference": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src"
},
"product_reference": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64"
},
"product_reference": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64"
},
"product_reference": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le"
},
"product_reference": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x"
},
"product_reference": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src"
},
"product_reference": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64"
},
"product_reference": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64"
},
"product_reference": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le"
},
"product_reference": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x"
},
"product_reference": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64"
},
"product_reference": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch"
},
"product_reference": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
},
"product_reference": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src",
"relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-25091",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2023-10-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2244340"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the urllib3 package. Affected versions of this package are vulnerable to information exposure through sent data when the authorization HTTP header is not removed during a cross-origin redirect. An attacker can expose credentials in the authorization header to unintended hosts or transmit them in clear text by exploiting the incomplete fix for CVE-2018-20060.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 does not remove the authorization HTTP header when following a cross-origin redirect",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is only exploitable if a redirect differs in host, port, or scheme. Due to the credential exposure in the authorization header, the confidentiality is highly impacted, but there is no proof that the integrity is affected in any way.",
"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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-25091"
},
{
"category": "external",
"summary": "RHBZ#2244340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244340"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-25091",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25091"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-25091",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-25091"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-PYTHON-URLLIB3-5969479",
"url": "https://security.snyk.io/vuln/SNYK-PYTHON-URLLIB3-5969479"
}
],
"release_date": "2023-10-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: urllib3 does not remove the authorization HTTP header when following a cross-origin redirect"
},
{
"cve": "CVE-2021-33198",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-08-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1989575"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go, where it attempts to allocate excessive memory. This issue may cause panic or unrecoverable fatal error if passed inputs with very large exponents. The highest threat from this vulnerability is to system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: math/big.Rat: may cause a panic or an unrecoverable fatal error if passed inputs with very large exponents",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "* Since OpenShift Container Platform 3.11 is in Maintenance Phase of the support, only Important and Critical severity vulnerabilities will be addressed at this time.\n\n* In Service Telemetry Framework, because the flaw has a lower impact and the package is not directly used by STF, no updates will be provided at this time for the STF containers.",
"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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-33198"
},
{
"category": "external",
"summary": "RHBZ#1989575",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1989575"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-33198",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33198"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-33198",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-33198"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/RgCMkAEQjSI",
"url": "https://groups.google.com/g/golang-announce/c/RgCMkAEQjSI"
}
],
"release_date": "2021-03-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: math/big.Rat: may cause a panic or an unrecoverable fatal error if passed inputs with very large exponents"
},
{
"cve": "CVE-2021-34558",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2021-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1983596"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A panic can be triggered by an attacker in a privileged network position without access to the server certificate\u0027s private key, as long as a trusted ECDSA or Ed25519 certificate for the server exists (or can be issued), or the client is configured with Config.InsecureSkipVerify. Clients that disable all TLS_RSA cipher suites (that is, TLS 1.0\u20131.2 cipher suites without ECDHE), as well as TLS 1.3-only clients, are unaffected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: certificate of wrong type is causing TLS client to panic",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "* This vulnerability potentially affects any component written in Go that uses crypto/tls from the standard library. It is possible for components that make client connections to malicious servers to be exploited, however the maximum impact is a crash. This vulnerability is rated Low for the following components: \n - OpenShift Container Platform\n - OpenShift distributed tracing (formerly OpenShift Jaeger)\n - OpenShift Migration Toolkit for Containers\n - Red Hat Advanced Cluster Management for Kubernetes\n - Red Hat OpenShift on AWS\n - Red Hat OpenShift Virtualization\n\n* Because OpenShift Container Platform 3.11 is in Maintenance Phase of the support, only Important and Critical severity vulnerabilities will be addressed at this time.\n\n* Because Service Telemetry Framework1.2 will be retiring soon and the flaw\u0027s impact is lower, no update will be provided at this time for STF1.2\u0027s containers.",
"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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-34558"
},
{
"category": "external",
"summary": "RHBZ#1983596",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1983596"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-34558",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34558"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-34558",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-34558"
},
{
"category": "external",
"summary": "https://golang.org/doc/devel/release#go1.15.minor",
"url": "https://golang.org/doc/devel/release#go1.15.minor"
},
{
"category": "external",
"summary": "https://golang.org/doc/devel/release#go1.16.minor",
"url": "https://golang.org/doc/devel/release#go1.16.minor"
}
],
"release_date": "2021-07-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: certificate of wrong type is causing TLS client to panic"
},
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-2879",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2022-10-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2132867"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: unbounded memory consumption when reading headers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2879"
},
{
"category": "external",
"summary": "RHBZ#2132867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/54853",
"url": "https://github.com/golang/go/issues/54853"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1",
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1"
}
],
"release_date": "2022-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: unbounded memory consumption when reading headers"
},
{
"acknowledgments": [
{
"names": [
"Daniel Abeles"
],
"organization": "Head of Research, Oxeye"
},
{
"names": [
"Gal Goldstein"
],
"organization": "Security Researcher, Oxeye"
}
],
"cve": "CVE-2022-2880",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-10-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2132868"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.",
"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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2880"
},
{
"category": "external",
"summary": "RHBZ#2132868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/54663",
"url": "https://github.com/golang/go/issues/54663"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1",
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1"
}
],
"release_date": "2022-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-41715",
"discovery_date": "2022-10-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2132872"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: regexp/syntax: limit memory used by parsing regexps",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41715"
},
{
"category": "external",
"summary": "RHBZ#2132872",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/55949",
"url": "https://github.com/golang/go/issues/55949"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1",
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1"
}
],
"release_date": "2022-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"cve": "CVE-2023-29409",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-08-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2228743"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vulnerability was found in the Golang Go package caused by an uncontrolled resource consumption flaw. By persuading a victim to use a specially crafted certificate with large RSA keys, a remote attacker can cause a client/server to expend significant CPU time verifying signatures, resulting in a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys",
"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": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29409"
},
{
"category": "external",
"summary": "RHBZ#2228743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409"
},
{
"category": "external",
"summary": "https://go.dev/cl/515257",
"url": "https://go.dev/cl/515257"
},
{
"category": "external",
"summary": "https://go.dev/issue/61460",
"url": "https://go.dev/issue/61460"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ",
"url": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1987",
"url": "https://pkg.go.dev/vuln/GO-2023-1987"
}
],
"release_date": "2023-08-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39318",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237776"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not properly handle HMTL-like \"\u003c!--\" and \"--\u003e\" comment tokens, nor hashbang \"#!\" comment tokens, in \u003cscript\u003e contexts. This issue may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of HTML-like comments within script contexts",
"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": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39318"
},
{
"category": "external",
"summary": "RHBZ#2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318"
},
{
"category": "external",
"summary": "https://go.dev/cl/526156",
"url": "https://go.dev/cl/526156"
},
{
"category": "external",
"summary": "https://go.dev/issue/62196",
"url": "https://go.dev/issue/62196"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2041.json",
"url": "https://vuln.go.dev/ID/GO-2023-2041.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of HTML-like comments within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39319",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237773"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of \"\u003cscript\", \"\u003c!--\", and \"\u003c/script\" within JS literals in \u003cscript\u003e contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of special tags within script contexts",
"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": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39319"
},
{
"category": "external",
"summary": "RHBZ#2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319"
},
{
"category": "external",
"summary": "https://go.dev/cl/526157",
"url": "https://go.dev/cl/526157"
},
{
"category": "external",
"summary": "https://go.dev/issue/62197",
"url": "https://go.dev/issue/62197"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2043.json",
"url": "https://vuln.go.dev/ID/GO-2023-2043.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of special tags within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Martin Seemann"
]
}
],
"cve": "CVE-2023-39321",
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237777"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections",
"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": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39321"
},
{
"category": "external",
"summary": "RHBZ#2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39321"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2044.json",
"url": "https://vuln.go.dev/ID/GO-2023-2044.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections"
},
{
"acknowledgments": [
{
"names": [
"Marten Seemann"
]
}
],
"cve": "CVE-2023-39322",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237778"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: lack of a limit on buffered post-handshake",
"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": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39322"
},
{
"category": "external",
"summary": "RHBZ#2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39322"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2045.json",
"url": "https://vuln.go.dev/ID/GO-2023-2045.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: lack of a limit on buffered post-handshake"
},
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"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": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"cve": "CVE-2023-45803",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2023-10-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2246840"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. urllib3 doesn\u0027t remove the HTTP request body when an HTTP redirect response using status 301, 302, or 303, after changing the method in a request from one that could accept a request body such as `POST` to `GET`, as is required by HTTP RFCs. This issue requires a previously trusted service to become compromised in order to have an impact on confidentiality, therefore, the exploitability of this vulnerability is low. Additionally, many users aren\u0027t putting sensitive data in HTTP request bodies; if this is the case, this vulnerability isn\u0027t exploitable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: Request body not stripped after redirect from 303 status changes request method to GET",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Both of the following conditions must be true to be affected by this vulnerability: \n1. Using urllib3 and submitting sensitive information in the HTTP request body such as form data or JSON\n2. The origin service is compromised and starts redirecting using 301, 302, or 303 to a malicious peer or the redirected-to service becomes compromised",
"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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45803"
},
{
"category": "external",
"summary": "RHBZ#2246840",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246840"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45803",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45803"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/4e98d57809dacab1cbe625fddeec1a290c478ea9",
"url": "https://github.com/urllib3/urllib3/commit/4e98d57809dacab1cbe625fddeec1a290c478ea9"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-g4mx-q9vg-27p4",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-g4mx-q9vg-27p4"
},
{
"category": "external",
"summary": "https://www.rfc-editor.org/rfc/rfc9110.html#name-get",
"url": "https://www.rfc-editor.org/rfc/rfc9110.html#name-get"
}
],
"release_date": "2023-10-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "workaround",
"details": "Users unable to update should disable redirects for services that aren\u0027t expecting to respond with redirects with `redirects=False`, disable automatic redirects with `redirects=False`, and handle 301, 302, and 303 redirects manually by stripping the HTTP request body.",
"product_ids": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: Request body not stripped after redirect from 303 status changes request method to GET"
},
{
"cve": "CVE-2023-48795",
"cwe": {
"id": "CWE-222",
"name": "Truncation of Security-relevant Information"
},
"discovery_date": "2023-12-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2254210"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SSH channel integrity. By manipulating sequence numbers during the handshake, an attacker can remove the initial messages on the secure channel without causing a MAC failure. For example, an attacker could disable the ping extension and thus disable the new countermeasure in OpenSSH 9.5 against keystroke timing attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is classified as moderate because the attack requires an active Man-in-the-Middle (MITM) who can intercept and modify the connection\u0027s traffic at the TCP/IP layer.\n\nAlthough the attack is cryptographically innovative, its security impact is fortunately quite limited. It only allows the deletion of consecutive messages, and deleting most messages at this protocol stage prevents user authentication from proceeding, leading to a stalled connection.\n\nThe most significant identified impact is that it enables a MITM to delete the SSH2_MSG_EXT_INFO message sent before authentication begins. This allows the attacker to disable a subset of keystroke timing obfuscation features. However, there is no other observable impact on session secrecy or session integrity.",
"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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-48795"
},
{
"category": "external",
"summary": "RHBZ#2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7071748",
"url": "https://access.redhat.com/solutions/7071748"
},
{
"category": "external",
"summary": "https://terrapin-attack.com/",
"url": "https://terrapin-attack.com/"
}
],
"release_date": "2023-12-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "workaround",
"details": "Update to the last version and check that client and server provide kex pseudo-algorithms indicating usage of the updated version of the protocol which is protected from the attack. If \"kex-strict-c-v00@openssh.com\" is provided by clients and \"kex-strict-s-v00@openssh.com\" is in the server\u0027s reply, no other steps are necessary.\n\nDisabling ciphers if necessary:\n\nIf \"kex-strict-c-v00@openssh.com\" is not provided by clients or \"kex-strict-s-v00@openssh.com\" is absent in the server\u0027s reply, you can disable the following ciphers and HMACs as a workaround on RHEL-8 and RHEL-9:\n\n1. chacha20-poly1305@openssh.com\n2. hmac-sha2-512-etm@openssh.com\n3. hmac-sha2-256-etm@openssh.com\n4. hmac-sha1-etm@openssh.com\n5. hmac-md5-etm@openssh.com\n\nTo do that through crypto-policies, one can apply a subpolicy with the following content:\n```\ncipher@SSH = -CHACHA20-POLY1305\nssh_etm = 0\n```\ne.g., by putting these lines into `/etc/crypto-policies/policies/modules/CVE-2023-48795.pmod`, applying the resulting subpolicy with `update-crypto-policies --set $(update-crypto-policies --show):CVE-2023-48795` and restarting openssh server.\n\nOne can verify that the changes are in effect by ensuring the ciphers listed above are missing from both `/etc/crypto-policies/back-ends/openssh.config` and `/etc/crypto-policies/back-ends/opensshserver.config`.\n\nFor more details on using crypto-policies, please refer to https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/using-the-system-wide-cryptographic-policies_security-hardening\n\nNote that this procedure does limit the interoperability of the host and is only suggested as a temporary mitigation until the issue is fully resolved with an update.\n\nFor RHEL-7: \nWe can recommend to use strict MACs and Ciphers on RHEL7 in both files /etc/ssh/ssh_config and /etc/ssh/sshd_config.\n\nBelow strict set of Ciphers and MACs can be used as mitigation for RHEL 7.\n\n```\nCiphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com\nMACs umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512\n```\n\n- For Openshift Container Platform 4:\nPlease refer the KCS[1] document for verifying the fix in RHCOS.\n\n[1] https://access.redhat.com/solutions/7071748",
"product_ids": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)"
},
{
"cve": "CVE-2024-23650",
"cwe": {
"id": "CWE-754",
"name": "Improper Check for Unusual or Exceptional Conditions"
},
"discovery_date": "2024-02-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2262272"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the Moby Builder Toolkit. A malicious BuildKit client or any frontend that can craft a request could lead to the BuildKit daemon crashing with a panic due to the lack of input validation. A frontend is usually specified as the #syntax line on a Dockerfile or with the --frontend flag when using the buildctl build command.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "moby/buildkit: Possible race condition with accessing subpaths from cache mounts",
"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": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-23650"
},
{
"category": "external",
"summary": "RHBZ#2262272",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262272"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-23650",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23650"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-23650",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23650"
},
{
"category": "external",
"summary": "https://github.com/moby/buildkit/security/advisories/GHSA-9p26-698r-w4hx",
"url": "https://github.com/moby/buildkit/security/advisories/GHSA-9p26-698r-w4hx"
}
],
"release_date": "2024-01-31T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "workaround",
"details": "Avoid using untrusted input for the client or frontend syntax to minimize the vulnerability exploration.",
"product_ids": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch",
"AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "moby/buildkit: Possible race condition with accessing subpaths from cache mounts"
}
]
}
rhsa-2024_2180
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for runc is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The runC tool is a lightweight, portable implementation of the Open Container Format (OCF) that provides container runtime.\n\nSecurity Fix(es):\n\n* golang: io/fs: stack exhaustion in Glob (CVE-2022-30630)\n\n* golang: compress/gzip: stack exhaustion in Reader.Read (CVE-2022-30631)\n\n* golang: path/filepath: stack exhaustion in Glob (CVE-2022-30632)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.4 Release Notes linked from 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-2024:2180",
"url": "https://access.redhat.com/errata/RHSA-2024:2180"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index"
},
{
"category": "external",
"summary": "2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "RHEL-25116",
"url": "https://issues.redhat.com/browse/RHEL-25116"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2180.json"
}
],
"title": "Red Hat Security Advisory: runc security update",
"tracking": {
"current_release_date": "2025-01-06T19:40:53+00:00",
"generator": {
"date": "2025-01-06T19:40:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.5"
}
},
"id": "RHSA-2024:2180",
"initial_release_date": "2024-04-30T10:27:41+00:00",
"revision_history": [
{
"date": "2024-04-30T10:27:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-04-30T10:27:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-01-06T19:40: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. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.1.12-2.el9.src",
"product": {
"name": "runc-4:1.1.12-2.el9.src",
"product_id": "runc-4:1.1.12-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-2.el9?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.1.12-2.el9.aarch64",
"product": {
"name": "runc-4:1.1.12-2.el9.aarch64",
"product_id": "runc-4:1.1.12-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-2.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-2.el9.aarch64",
"product": {
"name": "runc-debugsource-4:1.1.12-2.el9.aarch64",
"product_id": "runc-debugsource-4:1.1.12-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-2.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-2.el9.aarch64",
"product": {
"name": "runc-debuginfo-4:1.1.12-2.el9.aarch64",
"product_id": "runc-debuginfo-4:1.1.12-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-2.el9?arch=aarch64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.1.12-2.el9.ppc64le",
"product": {
"name": "runc-4:1.1.12-2.el9.ppc64le",
"product_id": "runc-4:1.1.12-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-2.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-2.el9.ppc64le",
"product": {
"name": "runc-debugsource-4:1.1.12-2.el9.ppc64le",
"product_id": "runc-debugsource-4:1.1.12-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-2.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"product": {
"name": "runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"product_id": "runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-2.el9?arch=ppc64le\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.1.12-2.el9.x86_64",
"product": {
"name": "runc-4:1.1.12-2.el9.x86_64",
"product_id": "runc-4:1.1.12-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-2.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-2.el9.x86_64",
"product": {
"name": "runc-debugsource-4:1.1.12-2.el9.x86_64",
"product_id": "runc-debugsource-4:1.1.12-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-2.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-2.el9.x86_64",
"product": {
"name": "runc-debuginfo-4:1.1.12-2.el9.x86_64",
"product_id": "runc-debuginfo-4:1.1.12-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-2.el9?arch=x86_64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.1.12-2.el9.s390x",
"product": {
"name": "runc-4:1.1.12-2.el9.s390x",
"product_id": "runc-4:1.1.12-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-2.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-2.el9.s390x",
"product": {
"name": "runc-debugsource-4:1.1.12-2.el9.s390x",
"product_id": "runc-debugsource-4:1.1.12-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-2.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-2.el9.s390x",
"product": {
"name": "runc-debuginfo-4:1.1.12-2.el9.s390x",
"product_id": "runc-debuginfo-4:1.1.12-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-2.el9?arch=s390x\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.aarch64"
},
"product_reference": "runc-4:1.1.12-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le"
},
"product_reference": "runc-4:1.1.12-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x"
},
"product_reference": "runc-4:1.1.12-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-2.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src"
},
"product_reference": "runc-4:1.1.12-2.el9.src",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64"
},
"product_reference": "runc-4:1.1.12-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64"
},
"product_reference": "runc-debuginfo-4:1.1.12-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le"
},
"product_reference": "runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x"
},
"product_reference": "runc-debuginfo-4:1.1.12-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64"
},
"product_reference": "runc-debuginfo-4:1.1.12-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64"
},
"product_reference": "runc-debugsource-4:1.1.12-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le"
},
"product_reference": "runc-debugsource-4:1.1.12-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x"
},
"product_reference": "runc-debugsource-4:1.1.12-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
},
"product_reference": "runc-debugsource-4:1.1.12-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-30630",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107371"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, io/fs. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This could allow an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: io/fs: stack exhaustion in Glob",
"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": [
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30630"
},
{
"category": "external",
"summary": "RHBZ#2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630"
},
{
"category": "external",
"summary": "https://go.dev/issue/53415",
"url": "https://go.dev/issue/53415"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:27: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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2180"
}
],
"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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: io/fs: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30631",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107342"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling the Reader, Read method on an archive that contains a large number of concatenated 0-length compressed files can cause a panic issue due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: compress/gzip: stack exhaustion in Reader.Read",
"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": [
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30631"
},
{
"category": "external",
"summary": "RHBZ#2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631"
},
{
"category": "external",
"summary": "https://go.dev/issue/53168",
"url": "https://go.dev/issue/53168"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:27: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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2180"
}
],
"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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: compress/gzip: stack exhaustion in Reader.Read"
},
{
"cve": "CVE-2022-30632",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107386"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This can cause an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: path/filepath: stack exhaustion in Glob",
"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": [
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30632"
},
{
"category": "external",
"summary": "RHBZ#2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632"
},
{
"category": "external",
"summary": "https://go.dev/issue/53416",
"url": "https://go.dev/issue/53416"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:27: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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2180"
}
],
"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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: path/filepath: stack exhaustion in Glob"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:27: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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2180"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
RHSA-2024:3316
Vulnerability from csaf_redhat
Notes
{
"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": "Migration Toolkit for Applications 7.0.3 release\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 link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Migration Toolkit for Applications 7.0.3 Images\n\nSecurity Fix(es) from Bugzilla:\n\n* golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\n\n* webpack-dev-middleware: lack of URL validation may lead to file leak (CVE-2024-29180)\n\n* axios: exposure of confidential data stored in cookies (CVE-2023-45857)\n\n* css-tools: Improper Input Validation causes Denial of Service via Regular Expression (CVE-2023-26364)\n\n* go-resty: HTTP request body disclosure in github.com/go-resty/resty/v2 (CVE-2023-45286)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* css-tools: regular expression denial of service (ReDoS) when parsing CSS (CVE-2023-48631)\n\n* follow-redirects: Improper Input Validation due to the improper handling of URLs by the url.parse() (CVE-2023-26159)\n\n* golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON (CVE-2024-24786)\n\n* follow-redirects: Possible credential leak (CVE-2024-28849)",
"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-2024:3316",
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2248979",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2248979"
},
{
"category": "external",
"summary": "2250364",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2250364"
},
{
"category": "external",
"summary": "2252012",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252012"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2254559",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254559"
},
{
"category": "external",
"summary": "2256413",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2256413"
},
{
"category": "external",
"summary": "2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "2269576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269576"
},
{
"category": "external",
"summary": "2270863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270863"
},
{
"category": "external",
"summary": "MTA-1578",
"url": "https://issues.redhat.com/browse/MTA-1578"
},
{
"category": "external",
"summary": "MTA-1959",
"url": "https://issues.redhat.com/browse/MTA-1959"
},
{
"category": "external",
"summary": "MTA-1961",
"url": "https://issues.redhat.com/browse/MTA-1961"
},
{
"category": "external",
"summary": "MTA-1970",
"url": "https://issues.redhat.com/browse/MTA-1970"
},
{
"category": "external",
"summary": "MTA-1997",
"url": "https://issues.redhat.com/browse/MTA-1997"
},
{
"category": "external",
"summary": "MTA-2003",
"url": "https://issues.redhat.com/browse/MTA-2003"
},
{
"category": "external",
"summary": "MTA-2117",
"url": "https://issues.redhat.com/browse/MTA-2117"
},
{
"category": "external",
"summary": "MTA-2186",
"url": "https://issues.redhat.com/browse/MTA-2186"
},
{
"category": "external",
"summary": "MTA-2224",
"url": "https://issues.redhat.com/browse/MTA-2224"
},
{
"category": "external",
"summary": "MTA-2243",
"url": "https://issues.redhat.com/browse/MTA-2243"
},
{
"category": "external",
"summary": "MTA-2287",
"url": "https://issues.redhat.com/browse/MTA-2287"
},
{
"category": "external",
"summary": "MTA-2308",
"url": "https://issues.redhat.com/browse/MTA-2308"
},
{
"category": "external",
"summary": "MTA-2314",
"url": "https://issues.redhat.com/browse/MTA-2314"
},
{
"category": "external",
"summary": "MTA-2341",
"url": "https://issues.redhat.com/browse/MTA-2341"
},
{
"category": "external",
"summary": "MTA-2380",
"url": "https://issues.redhat.com/browse/MTA-2380"
},
{
"category": "external",
"summary": "MTA-2400",
"url": "https://issues.redhat.com/browse/MTA-2400"
},
{
"category": "external",
"summary": "MTA-2409",
"url": "https://issues.redhat.com/browse/MTA-2409"
},
{
"category": "external",
"summary": "MTA-2410",
"url": "https://issues.redhat.com/browse/MTA-2410"
},
{
"category": "external",
"summary": "MTA-2426",
"url": "https://issues.redhat.com/browse/MTA-2426"
},
{
"category": "external",
"summary": "MTA-2427",
"url": "https://issues.redhat.com/browse/MTA-2427"
},
{
"category": "external",
"summary": "MTA-2451",
"url": "https://issues.redhat.com/browse/MTA-2451"
},
{
"category": "external",
"summary": "MTA-2452",
"url": "https://issues.redhat.com/browse/MTA-2452"
},
{
"category": "external",
"summary": "MTA-2495",
"url": "https://issues.redhat.com/browse/MTA-2495"
},
{
"category": "external",
"summary": "MTA-2503",
"url": "https://issues.redhat.com/browse/MTA-2503"
},
{
"category": "external",
"summary": "MTA-2505",
"url": "https://issues.redhat.com/browse/MTA-2505"
},
{
"category": "external",
"summary": "MTA-2512",
"url": "https://issues.redhat.com/browse/MTA-2512"
},
{
"category": "external",
"summary": "MTA-2513",
"url": "https://issues.redhat.com/browse/MTA-2513"
},
{
"category": "external",
"summary": "MTA-2518",
"url": "https://issues.redhat.com/browse/MTA-2518"
},
{
"category": "external",
"summary": "MTA-2550",
"url": "https://issues.redhat.com/browse/MTA-2550"
},
{
"category": "external",
"summary": "MTA-2560",
"url": "https://issues.redhat.com/browse/MTA-2560"
},
{
"category": "external",
"summary": "MTA-2563",
"url": "https://issues.redhat.com/browse/MTA-2563"
},
{
"category": "external",
"summary": "MTA-2616",
"url": "https://issues.redhat.com/browse/MTA-2616"
},
{
"category": "external",
"summary": "MTA-2652",
"url": "https://issues.redhat.com/browse/MTA-2652"
},
{
"category": "external",
"summary": "MTA-2654",
"url": "https://issues.redhat.com/browse/MTA-2654"
},
{
"category": "external",
"summary": "MTA-2661",
"url": "https://issues.redhat.com/browse/MTA-2661"
},
{
"category": "external",
"summary": "MTA-2681",
"url": "https://issues.redhat.com/browse/MTA-2681"
},
{
"category": "external",
"summary": "MTA-2781",
"url": "https://issues.redhat.com/browse/MTA-2781"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3316.json"
}
],
"title": "Red Hat Security Advisory: Migration Toolkit for Applications security and bug fix update",
"tracking": {
"current_release_date": "2025-11-11T20:38:17+00:00",
"generator": {
"date": "2025-11-11T20:38:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2024:3316",
"initial_release_date": "2024-05-23T06:39:32+00:00",
"revision_history": [
{
"date": "2024-05-23T06:39:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-23T06:39:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-11T20:38:17+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "MTA 7.0 for RHEL 9",
"product": {
"name": "MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:migration_toolkit_applications:7.0::el9"
}
}
},
{
"category": "product_name",
"name": "MTA 7.0 for RHEL 8",
"product": {
"name": "MTA 7.0 for RHEL 8",
"product_id": "8Base-MTA-7.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:migration_toolkit_applications:7.0::el8"
}
}
}
],
"category": "product_family",
"name": "Migration Toolkit for Applications"
},
{
"branches": [
{
"category": "product_version",
"name": "mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"product": {
"name": "mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"product_id": "mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-analyzer-addon-rhel9\u0026tag=7.0.3-13"
}
}
},
{
"category": "product_version",
"name": "mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"product": {
"name": "mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"product_id": "mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-analyzer-lsp-rhel9\u0026tag=7.0.3-13"
}
}
},
{
"category": "product_version",
"name": "mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"product": {
"name": "mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"product_id": "mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-cli-rhel9\u0026tag=7.0.3-16"
}
}
},
{
"category": "product_version",
"name": "mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"product": {
"name": "mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"product_id": "mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-hub-rhel9\u0026tag=7.0.3-10"
}
}
},
{
"category": "product_version",
"name": "mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"product": {
"name": "mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"product_id": "mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-operator-bundle\u0026tag=7.0.3-25"
}
}
},
{
"category": "product_version",
"name": "mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"product": {
"name": "mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"product_id": "mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-rhel8-operator\u0026tag=7.0.3-7"
}
}
},
{
"category": "product_version",
"name": "mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"product": {
"name": "mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"product_id": "mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-ui-rhel9\u0026tag=7.0.3-13"
}
}
},
{
"category": "product_version",
"name": "mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64",
"product": {
"name": "mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64",
"product_id": "mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-windup-shim-rhel9\u0026tag=7.0.3-12"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"product": {
"name": "mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"product_id": "mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc?arch=arm64\u0026repository_url=registry.redhat.io/mta/mta-analyzer-lsp-rhel9\u0026tag=7.0.3-13"
}
}
},
{
"category": "product_version",
"name": "mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"product": {
"name": "mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"product_id": "mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99?arch=arm64\u0026repository_url=registry.redhat.io/mta/mta-cli-rhel9\u0026tag=7.0.3-16"
}
}
},
{
"category": "product_version",
"name": "mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"product": {
"name": "mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"product_id": "mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092?arch=arm64\u0026repository_url=registry.redhat.io/mta/mta-windup-shim-rhel9\u0026tag=7.0.3-12"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64 as a component of MTA 7.0 for RHEL 8",
"product_id": "8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64"
},
"product_reference": "mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"relates_to_product_reference": "8Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64"
},
"product_reference": "mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64"
},
"product_reference": "mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64"
},
"product_reference": "mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64"
},
"product_reference": "mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64"
},
"product_reference": "mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64"
},
"product_reference": "mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64"
},
"product_reference": "mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
},
"product_reference": "mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64"
},
"product_reference": "mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
},
"product_reference": "mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-26159",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-01-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2256413"
}
],
"notes": [
{
"category": "description",
"text": "An Improper Input Validation flaw was found in follow-redirects due to the improper handling of URLs by the url.parse() function. When a new URL() throws an error, it can be manipulated to misinterpret the hostname. This issue could allow an attacker to redirect traffic to a malicious site, potentially leading to information disclosure, phishing attacks, or other security breaches.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: Improper Input Validation due to the improper handling of URLs by the url.parse()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "follow-redirects is a transitive dependency of Grafana, and does not affect Red Hat Enterprise Linux 8.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-20: Improper Input Validation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat enforces the principle of least functionality, ensuring that only essential features, services, and ports are enabled. This minimizes the number of components that could be affected by input validation vulnerabilities. Security testing and evaluation standards are implemented within the environment to rigorously test input validation mechanisms during the development lifecycle, while static code analysis identifies potential input validation vulnerabilities by default. Process isolation ensures that processes handling potentially malicious or unvalidated inputs run in isolated environments by separating execution domains for each process. Malicious code protections, such as IPS/IDS and antimalware solutions, help detect and mitigate malicious payloads stemming from input validation vulnerabilities. Finally, robust input validation and error-handling mechanisms ensure all user inputs are thoroughly validated, preventing improperly validated inputs from causing system instability, exposing sensitive data, or escalating risks further.",
"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-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-26159"
},
{
"category": "external",
"summary": "RHBZ#2256413",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2256413"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-26159",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26159"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-26159",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-26159"
}
],
"release_date": "2024-01-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "follow-redirects: Improper Input Validation due to the improper handling of URLs by the url.parse()"
},
{
"cve": "CVE-2023-26364",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2023-11-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2250364"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Adobe CSS Tools. An improper input validation could result in a minor denial of service while parsing a malicious CSS with the parse component. User interaction and privileges are not required to jeopardize an environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "css-tools: Improper Input Validation causes Denial of Service via Regular Expression",
"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-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-26364"
},
{
"category": "external",
"summary": "RHBZ#2250364",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2250364"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-26364",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26364"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-26364",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-26364"
},
{
"category": "external",
"summary": "https://github.com/adobe/css-tools/security/advisories/GHSA-hpx4-r86g-5jrg",
"url": "https://github.com/adobe/css-tools/security/advisories/GHSA-hpx4-r86g-5jrg"
}
],
"release_date": "2023-11-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "No mitigation is yet available for this vulnerability.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "css-tools: Improper Input Validation causes Denial of Service via Regular Expression"
},
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45286",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2023-11-29T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2252012"
}
],
"notes": [
{
"category": "description",
"text": "A race condition in go-resty can result in HTTP request body disclosure across requests. This condition can be triggered by calling sync.Pool.Put with the same *bytes.Buffer more than once, when request retries are enabled and a retry occurs. The call to sync.Pool.Get will then return a bytes.Buffer that hasn\u0027t had bytes.Buffer.Reset called on it. This dirty buffer will contain the HTTP request body from an unrelated request, and go-resty will append the current HTTP request body to it, sending two bodies in one request. The sync.Pool in question is defined at package level scope, so a completely unrelated server could receive the request body.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-resty: HTTP request body disclosure in github.com/go-resty/resty/v2",
"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-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45286"
},
{
"category": "external",
"summary": "RHBZ#2252012",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252012"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45286"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45286",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45286"
}
],
"release_date": "2023-11-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-resty: HTTP request body disclosure in github.com/go-resty/resty/v2"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2023-45857",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2023-11-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2248979"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios that may expose a confidential session token. This issue can allow a remote attacker to bypass security measures and view sensitive data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: exposure of confidential data stored in cookies",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected container was deprecated in ACM 2.5 version which is not anymore supported. Following versions of this product are not impacted by this issue.",
"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-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45857"
},
{
"category": "external",
"summary": "RHBZ#2248979",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2248979"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45857",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45857"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45857",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45857"
}
],
"release_date": "2023-11-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: exposure of confidential data stored in cookies"
},
{
"cve": "CVE-2023-48631",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2023-12-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2254559"
}
],
"notes": [
{
"category": "description",
"text": "A Regular Expression Denial of Service (ReDoS) vulnerability was found in Adobe\u0027s css-tools when parsing CSS. This issue occurs due to improper input validation and may allow an attacker to use a carefully crafted input string to cause a denial of service, especially when attempting to parse CSS.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "css-tools: regular expression denial of service (ReDoS) when parsing CSS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Regular Expression Denial of Service (ReDoS) vulnerability in css-tools, triggered by improper input validation when parsing CSS, is considered of moderate severity. While it can lead to a denial of service by causing the application to become unresponsive, the impact is limited to scenarios where an attacker can provide crafted input. Additionally, the absence of evidence of active exploitation in the wild and contextual factors, such as the software\u0027s usage, contribute to the moderate severity rating.",
"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-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-48631"
},
{
"category": "external",
"summary": "RHBZ#2254559",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254559"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-48631",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48631"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-48631",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48631"
},
{
"category": "external",
"summary": "https://github.com/adobe/css-tools/security/advisories/GHSA-prr3-c3m5-p7q2",
"url": "https://github.com/adobe/css-tools/security/advisories/GHSA-prr3-c3m5-p7q2"
}
],
"release_date": "2023-12-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "css-tools: regular expression denial of service (ReDoS) when parsing CSS"
},
{
"cve": "CVE-2024-24786",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268046"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang\u0027s protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"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-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "RHBZ#2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://go.dev/cl/569356",
"url": "https://go.dev/cl/569356"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/",
"url": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2611",
"url": "https://pkg.go.dev/vuln/GO-2024-2611"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON"
},
{
"cve": "CVE-2024-28849",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-03-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2269576"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the follow-redirects package. While processing the cross-domain redirection, `follow-redirects` clears authorization headers, however, it misses clearing proxy-authentication headers, which contain credentials as well. This issue may lead to credential leaking, having a high impact on data confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: Possible credential leak",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-28849"
},
{
"category": "external",
"summary": "RHBZ#2269576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269576"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-28849",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28849"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28849",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28849"
},
{
"category": "external",
"summary": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-cxjh-pqwp-8mfp",
"url": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-cxjh-pqwp-8mfp"
}
],
"release_date": "2024-03-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "follow-redirects: Possible credential leak"
},
{
"cve": "CVE-2024-29180",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2024-03-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2270863"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the webpack-dev-middleware package, where it failed to validate the supplied URL address sufficiently before returning local files. This flaw allows an attacker to craft URLs to return arbitrary local files from the developer\u0027s machine. The lack of normalization before calling the middleware also allows the attacker to perform path traversal attacks on the target environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "webpack-dev-middleware: lack of URL validation may lead to file leak",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in webpack-dev represents a important security issue due to its potential to expose sensitive files and compromise developer machines. By failing to validate URLs and normalize paths effectively, the middleware allows attackers to craft malicious requests that can retrieve arbitrary local files or perform unauthorized path traversal. This could lead to unauthorized access to confidential information, including source code, configuration files, and even system-level files. Given the widespread use of webpack-dev-middleware in web development environments, addressing this vulnerability promptly is important to prevent serious data breaches and protect the integrity of development processes.",
"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-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-29180"
},
{
"category": "external",
"summary": "RHBZ#2270863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270863"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-29180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-29180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29180"
},
{
"category": "external",
"summary": "https://github.com/webpack/webpack-dev-middleware/security/advisories/GHSA-wr3j-pwj9-hqq6",
"url": "https://github.com/webpack/webpack-dev-middleware/security/advisories/GHSA-wr3j-pwj9-hqq6"
}
],
"release_date": "2024-03-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "webpack-dev-middleware: lack of URL validation may lead to file leak"
}
]
}
rhsa-2024_2272
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for containernetworking-plugins is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Container Network Interface (CNI) project consists of a specification and libraries for writing plug-ins for configuring network interfaces in Linux containers, along with a number of supported plug-ins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. \n\nSecurity Fix(es):\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.4 Release Notes linked from 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-2024:2272",
"url": "https://access.redhat.com/errata/RHSA-2024:2272"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "RHEL-3140",
"url": "https://issues.redhat.com/browse/RHEL-3140"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2272.json"
}
],
"title": "Red Hat Security Advisory: containernetworking-plugins security update",
"tracking": {
"current_release_date": "2025-01-06T19:41:33+00:00",
"generator": {
"date": "2025-01-06T19:41:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.5"
}
},
"id": "RHSA-2024:2272",
"initial_release_date": "2024-04-30T09:51:34+00:00",
"revision_history": [
{
"date": "2024-04-30T09:51:34+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-04-30T09:51:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-01-06T19:41:33+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.4.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.src",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.src",
"product_id": "containernetworking-plugins-1:1.4.0-2.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.el9_4?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"product_id": "containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.el9_4?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"product_id": "containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.el9_4?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"product_id": "containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.el9_4?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"product_id": "containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.el9_4?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"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": [
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T09:51:34+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.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2272"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T09:51:34+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.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2272"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
RHSA-2023:7201
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.15.0 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.15.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing\nKubernetes application platform solution designed for on-premise or private\ncloud deployments.\n\nSecurity Fix(es):\n\n* golang: net/http, x/net/http2: rapid stream resets can cause excessive\nwork (CVE-2023-44487) (CVE-2023-39325)\n* golang: net/http/internal: Denial of Service (DoS) via Resource\nConsumption via HTTP requests (CVE-2023-39326)\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key\nexchanges. (CVE-2023-45287)\n* ssh: Prefix truncation attack on Binary Packet Protocol (BPP)\n(CVE-2023-48795)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.15/updating/updating_a_cluster/updating-cluster-cli.html",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:7201",
"url": "https://access.redhat.com/errata/RHSA-2023:7201"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "2231370",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231370"
},
{
"category": "external",
"summary": "2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "2251198",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251198"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2253994",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253994"
},
{
"category": "external",
"summary": "2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "2258725",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258725"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2023_7201.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.15.0 packages and security update",
"tracking": {
"current_release_date": "2025-11-12T02:36:25+00:00",
"generator": {
"date": "2025-11-12T02:36:25+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:7201",
"initial_release_date": "2024-02-27T22:34:13+00:00",
"revision_history": [
{
"date": "2024-02-27T22:34:13+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-02-27T22:34:13+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:36:25+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.15",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.15::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.15",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.15::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product": {
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product_id": "afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.4.3-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product": {
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product_id": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-dracut@5.4.3-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product": {
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product_id": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.4.3-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product": {
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product_id": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.4.3-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_id": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-3.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product": {
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_id": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.17.0-3.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product": {
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_id": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.17.0-3.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product": {
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_id": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.17.0-3.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.17.0-3.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product": {
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_id": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.17.0-3.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2023.8-3.el9.x86_64",
"product": {
"name": "ostree-0:2023.8-3.el9.x86_64",
"product_id": "ostree-0:2023.8-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2023.8-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2023.8-3.el9.x86_64",
"product": {
"name": "ostree-devel-0:2023.8-3.el9.x86_64",
"product_id": "ostree-devel-0:2023.8-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2023.8-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-grub2-0:2023.8-3.el9.x86_64",
"product": {
"name": "ostree-grub2-0:2023.8-3.el9.x86_64",
"product_id": "ostree-grub2-0:2023.8-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-grub2@2023.8-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2023.8-3.el9.x86_64",
"product": {
"name": "ostree-libs-0:2023.8-3.el9.x86_64",
"product_id": "ostree-libs-0:2023.8-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2023.8-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2023.8-3.el9.x86_64",
"product": {
"name": "ostree-debugsource-0:2023.8-3.el9.x86_64",
"product_id": "ostree-debugsource-0:2023.8-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2023.8-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2023.8-3.el9.x86_64",
"product": {
"name": "ostree-debuginfo-0:2023.8-3.el9.x86_64",
"product_id": "ostree-debuginfo-0:2023.8-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2023.8-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"product": {
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"product_id": "ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2023.8-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bootupd-0:0.2.17-1.el9.x86_64",
"product": {
"name": "bootupd-0:0.2.17-1.el9.x86_64",
"product_id": "bootupd-0:0.2.17-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootupd@0.2.17-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"product": {
"name": "rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"product_id": "rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-bootupd-debugsource@0.2.17-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"product": {
"name": "bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"product_id": "bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootupd-debuginfo@0.2.17-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product_id": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-21.1.rhaos4.15.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product_id": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-21.1.rhaos4.15.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product_id": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-21.1.rhaos4.15.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el9.x86_64",
"product": {
"name": "cri-tools-0:1.28.0-3.el9.x86_64",
"product_id": "cri-tools-0:1.28.0-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"product": {
"name": "cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"product_id": "cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.28.0-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"product": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"product_id": "cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.28.0-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el9.x86_64",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el9.x86_64",
"product_id": "crun-0:1.14-1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"product": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"product_id": "crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14-1.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"product": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"product_id": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14-1.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2024.2-1.el9.x86_64",
"product": {
"name": "rpm-ostree-0:2024.2-1.el9.x86_64",
"product_id": "rpm-ostree-0:2024.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2024.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"product": {
"name": "rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"product_id": "rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2024.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"product": {
"name": "rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"product_id": "rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2024.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"product": {
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"product_id": "rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2024.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"product": {
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"product_id": "rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2024.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"product_id": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2024.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product_id": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.rhaos4.15.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product_id": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.rhaos4.15.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_id": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-20.2.rhaos4.15.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_id": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-20.2.rhaos4.15.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_id": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-20.2.rhaos4.15.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-20.2.rhaos4.15.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product_id": "conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.2.rhaos4.14.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product": {
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product_id": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-1.2.rhaos4.14.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product": {
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product_id": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-1.2.rhaos4.14.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_id": "ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.16.2-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product": {
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_id": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.16.2-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product": {
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_id": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.16.2-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product": {
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_id": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.16.2-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product": {
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_id": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.16.2-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product_id": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product_id": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"product": {
"name": "bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"product_id": "bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "perf-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "perf-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"product_id": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel-matched@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-internal@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-partner@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel-matched@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-internal@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-partner@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-selftests-internal@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"product_id": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-61.rhaos4.15.el8.x86_64",
"product": {
"name": "containers-common-2:1-61.rhaos4.15.el8.x86_64",
"product_id": "containers-common-2:1-61.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-61.rhaos4.15.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_id": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-2.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product": {
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_id": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.17.0-2.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product": {
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_id": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.17.0-2.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product": {
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_id": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.17.0-2.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.17.0-2.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product": {
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_id": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.17.0-2.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"product": {
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"product_id": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.6.13-2.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product_id": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-21.1.rhaos4.15.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product_id": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-21.1.rhaos4.15.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product_id": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-21.1.rhaos4.15.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el8.x86_64",
"product": {
"name": "cri-tools-0:1.28.0-3.el8.x86_64",
"product_id": "cri-tools-0:1.28.0-3.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"product": {
"name": "cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"product_id": "cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.28.0-3.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"product": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"product_id": "cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.28.0-3.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el8.x86_64",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el8.x86_64",
"product_id": "crun-0:1.14-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"product": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"product_id": "crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14-1.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"product": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"product_id": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14-1.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product_id": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.rhaos4.15.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product_id": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.rhaos4.15.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_id": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-20.2.rhaos4.15.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_id": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-20.2.rhaos4.15.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_id": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-20.2.rhaos4.15.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-20.2.rhaos4.15.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product_id": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-1.1.rhaos4.15.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-1.1.rhaos4.15.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-1.1.rhaos4.15.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product_id": "butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.20.0-1.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product": {
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product_id": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.20.0-1.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product": {
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product_id": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.20.0-1.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product_id": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product_id": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"product_id": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product": {
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product_id": "afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.4.3-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product": {
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product_id": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-dracut@5.4.3-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product": {
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product_id": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.4.3-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product": {
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product_id": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.4.3-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_id": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-3.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product": {
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_id": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.17.0-3.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product": {
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_id": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.17.0-3.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product": {
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_id": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.17.0-3.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.17.0-3.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product": {
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_id": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.17.0-3.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2023.8-3.el9.aarch64",
"product": {
"name": "ostree-0:2023.8-3.el9.aarch64",
"product_id": "ostree-0:2023.8-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2023.8-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2023.8-3.el9.aarch64",
"product": {
"name": "ostree-devel-0:2023.8-3.el9.aarch64",
"product_id": "ostree-devel-0:2023.8-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2023.8-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-grub2-0:2023.8-3.el9.aarch64",
"product": {
"name": "ostree-grub2-0:2023.8-3.el9.aarch64",
"product_id": "ostree-grub2-0:2023.8-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-grub2@2023.8-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2023.8-3.el9.aarch64",
"product": {
"name": "ostree-libs-0:2023.8-3.el9.aarch64",
"product_id": "ostree-libs-0:2023.8-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2023.8-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2023.8-3.el9.aarch64",
"product": {
"name": "ostree-debugsource-0:2023.8-3.el9.aarch64",
"product_id": "ostree-debugsource-0:2023.8-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2023.8-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2023.8-3.el9.aarch64",
"product": {
"name": "ostree-debuginfo-0:2023.8-3.el9.aarch64",
"product_id": "ostree-debuginfo-0:2023.8-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2023.8-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"product": {
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"product_id": "ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2023.8-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product_id": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-21.1.rhaos4.15.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product_id": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-21.1.rhaos4.15.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product_id": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-21.1.rhaos4.15.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el9.aarch64",
"product": {
"name": "cri-tools-0:1.28.0-3.el9.aarch64",
"product_id": "cri-tools-0:1.28.0-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"product": {
"name": "cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"product_id": "cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.28.0-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"product": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"product_id": "cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.28.0-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el9.aarch64",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el9.aarch64",
"product_id": "crun-0:1.14-1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"product": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"product_id": "crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14-1.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"product": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"product_id": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14-1.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2024.2-1.el9.aarch64",
"product": {
"name": "rpm-ostree-0:2024.2-1.el9.aarch64",
"product_id": "rpm-ostree-0:2024.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2024.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"product": {
"name": "rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"product_id": "rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2024.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"product": {
"name": "rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"product_id": "rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2024.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"product": {
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"product_id": "rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2024.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"product": {
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"product_id": "rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2024.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"product_id": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2024.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product_id": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.rhaos4.15.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product_id": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.rhaos4.15.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_id": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-20.2.rhaos4.15.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_id": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-20.2.rhaos4.15.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_id": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-20.2.rhaos4.15.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-20.2.rhaos4.15.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product_id": "conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.2.rhaos4.14.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product": {
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product_id": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-1.2.rhaos4.14.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product": {
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product_id": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-1.2.rhaos4.14.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_id": "ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.16.2-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product": {
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_id": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.16.2-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product": {
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_id": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.16.2-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product": {
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_id": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.16.2-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product": {
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_id": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.16.2-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product_id": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product_id": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"product": {
"name": "bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"product_id": "bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-internal@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-partner@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-internal@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-partner@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "perf-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "perf-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"product_id": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"product_id": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-61.rhaos4.15.el8.aarch64",
"product": {
"name": "containers-common-2:1-61.rhaos4.15.el8.aarch64",
"product_id": "containers-common-2:1-61.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-61.rhaos4.15.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_id": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-2.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product": {
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_id": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.17.0-2.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product": {
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_id": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.17.0-2.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product": {
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_id": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.17.0-2.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.17.0-2.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product": {
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_id": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.17.0-2.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"product": {
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"product_id": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.6.13-2.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product_id": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-21.1.rhaos4.15.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product_id": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-21.1.rhaos4.15.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product_id": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-21.1.rhaos4.15.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el8.aarch64",
"product": {
"name": "cri-tools-0:1.28.0-3.el8.aarch64",
"product_id": "cri-tools-0:1.28.0-3.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"product": {
"name": "cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"product_id": "cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.28.0-3.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"product": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"product_id": "cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.28.0-3.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el8.aarch64",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el8.aarch64",
"product_id": "crun-0:1.14-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"product": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"product_id": "crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14-1.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"product": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"product_id": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14-1.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product_id": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.rhaos4.15.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product_id": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.rhaos4.15.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_id": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-20.2.rhaos4.15.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_id": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-20.2.rhaos4.15.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_id": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-20.2.rhaos4.15.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-20.2.rhaos4.15.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product_id": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-1.1.rhaos4.15.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-1.1.rhaos4.15.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-1.1.rhaos4.15.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product_id": "butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.20.0-1.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product": {
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product_id": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.20.0-1.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product": {
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product_id": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.20.0-1.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product_id": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product_id": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"product_id": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product_id": "afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.4.3-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product_id": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-dracut@5.4.3-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product_id": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.4.3-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product_id": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.4.3-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_id": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-3.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product": {
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_id": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.17.0-3.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product": {
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_id": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.17.0-3.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product": {
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_id": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.17.0-3.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.17.0-3.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product": {
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_id": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.17.0-3.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2023.8-3.el9.ppc64le",
"product": {
"name": "ostree-0:2023.8-3.el9.ppc64le",
"product_id": "ostree-0:2023.8-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2023.8-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2023.8-3.el9.ppc64le",
"product": {
"name": "ostree-devel-0:2023.8-3.el9.ppc64le",
"product_id": "ostree-devel-0:2023.8-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2023.8-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-grub2-0:2023.8-3.el9.ppc64le",
"product": {
"name": "ostree-grub2-0:2023.8-3.el9.ppc64le",
"product_id": "ostree-grub2-0:2023.8-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-grub2@2023.8-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2023.8-3.el9.ppc64le",
"product": {
"name": "ostree-libs-0:2023.8-3.el9.ppc64le",
"product_id": "ostree-libs-0:2023.8-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2023.8-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2023.8-3.el9.ppc64le",
"product": {
"name": "ostree-debugsource-0:2023.8-3.el9.ppc64le",
"product_id": "ostree-debugsource-0:2023.8-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2023.8-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"product": {
"name": "ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"product_id": "ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2023.8-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"product": {
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"product_id": "ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2023.8-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product_id": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-21.1.rhaos4.15.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product_id": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-21.1.rhaos4.15.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product_id": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-21.1.rhaos4.15.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el9.ppc64le",
"product": {
"name": "cri-tools-0:1.28.0-3.el9.ppc64le",
"product_id": "cri-tools-0:1.28.0-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"product": {
"name": "cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"product_id": "cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.28.0-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"product": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"product_id": "cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.28.0-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"product_id": "crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"product": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"product_id": "crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14-1.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"product_id": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14-1.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2024.2-1.el9.ppc64le",
"product": {
"name": "rpm-ostree-0:2024.2-1.el9.ppc64le",
"product_id": "rpm-ostree-0:2024.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2024.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"product": {
"name": "rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"product_id": "rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2024.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"product": {
"name": "rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"product_id": "rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2024.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"product": {
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"product_id": "rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2024.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"product": {
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"product_id": "rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2024.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"product_id": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2024.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product_id": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.rhaos4.15.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product_id": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.rhaos4.15.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_id": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-20.2.rhaos4.15.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_id": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-20.2.rhaos4.15.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_id": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-20.2.rhaos4.15.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-20.2.rhaos4.15.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product_id": "conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.2.rhaos4.14.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product": {
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product_id": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-1.2.rhaos4.14.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product": {
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product_id": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-1.2.rhaos4.14.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_id": "ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.16.2-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_id": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.16.2-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_id": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.16.2-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_id": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.16.2-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_id": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.16.2-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product_id": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product_id": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"product_id": "bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"product_id": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"product_id": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"product": {
"name": "containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"product_id": "containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-61.rhaos4.15.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_id": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-2.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product": {
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_id": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.17.0-2.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product": {
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_id": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.17.0-2.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product": {
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_id": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.17.0-2.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.17.0-2.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product": {
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_id": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.17.0-2.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"product": {
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"product_id": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.6.13-2.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product_id": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-21.1.rhaos4.15.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product_id": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-21.1.rhaos4.15.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product_id": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-21.1.rhaos4.15.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el8.ppc64le",
"product": {
"name": "cri-tools-0:1.28.0-3.el8.ppc64le",
"product_id": "cri-tools-0:1.28.0-3.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"product": {
"name": "cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"product_id": "cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.28.0-3.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"product": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"product_id": "cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.28.0-3.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"product_id": "crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"product_id": "crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14-1.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"product_id": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14-1.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product_id": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.rhaos4.15.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product_id": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.rhaos4.15.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_id": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-20.2.rhaos4.15.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_id": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-20.2.rhaos4.15.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_id": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-20.2.rhaos4.15.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-20.2.rhaos4.15.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product_id": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-1.1.rhaos4.15.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-1.1.rhaos4.15.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-1.1.rhaos4.15.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product_id": "butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.20.0-1.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product_id": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.20.0-1.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product_id": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.20.0-1.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product_id": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product_id": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"product_id": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"product": {
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"product_id": "afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.4.3-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"product": {
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"product_id": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-dracut@5.4.3-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"product": {
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"product_id": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.4.3-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"product": {
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"product_id": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.4.3-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"product": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_id": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-3.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"product": {
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_id": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.17.0-3.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"product": {
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_id": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.17.0-3.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"product": {
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_id": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.17.0-3.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.17.0-3.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"product": {
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_id": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.17.0-3.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2023.8-3.el9.s390x",
"product": {
"name": "ostree-0:2023.8-3.el9.s390x",
"product_id": "ostree-0:2023.8-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2023.8-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2023.8-3.el9.s390x",
"product": {
"name": "ostree-devel-0:2023.8-3.el9.s390x",
"product_id": "ostree-devel-0:2023.8-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2023.8-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2023.8-3.el9.s390x",
"product": {
"name": "ostree-libs-0:2023.8-3.el9.s390x",
"product_id": "ostree-libs-0:2023.8-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2023.8-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2023.8-3.el9.s390x",
"product": {
"name": "ostree-debugsource-0:2023.8-3.el9.s390x",
"product_id": "ostree-debugsource-0:2023.8-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2023.8-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2023.8-3.el9.s390x",
"product": {
"name": "ostree-debuginfo-0:2023.8-3.el9.s390x",
"product_id": "ostree-debuginfo-0:2023.8-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2023.8-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"product": {
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"product_id": "ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2023.8-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product_id": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-21.1.rhaos4.15.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product_id": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-21.1.rhaos4.15.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product_id": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-21.1.rhaos4.15.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el9.s390x",
"product": {
"name": "cri-tools-0:1.28.0-3.el9.s390x",
"product_id": "cri-tools-0:1.28.0-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"product": {
"name": "cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"product_id": "cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.28.0-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"product": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"product_id": "cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.28.0-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el9.s390x",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el9.s390x",
"product_id": "crun-0:1.14-1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"product": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"product_id": "crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14-1.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"product": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"product_id": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14-1.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2024.2-1.el9.s390x",
"product": {
"name": "rpm-ostree-0:2024.2-1.el9.s390x",
"product_id": "rpm-ostree-0:2024.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2024.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2024.2-1.el9.s390x",
"product": {
"name": "rpm-ostree-devel-0:2024.2-1.el9.s390x",
"product_id": "rpm-ostree-devel-0:2024.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2024.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2024.2-1.el9.s390x",
"product": {
"name": "rpm-ostree-libs-0:2024.2-1.el9.s390x",
"product_id": "rpm-ostree-libs-0:2024.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2024.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"product": {
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"product_id": "rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2024.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"product": {
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"product_id": "rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2024.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"product_id": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2024.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"product": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"product_id": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.rhaos4.15.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"product": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"product_id": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.rhaos4.15.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_id": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-20.2.rhaos4.15.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_id": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-20.2.rhaos4.15.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_id": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-20.2.rhaos4.15.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_id": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-20.2.rhaos4.15.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product_id": "conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.2.rhaos4.14.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product": {
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product_id": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-1.2.rhaos4.14.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product": {
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product_id": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-1.2.rhaos4.14.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"product": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_id": "ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.16.2-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"product": {
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_id": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.16.2-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"product": {
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_id": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.16.2-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"product": {
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_id": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.16.2-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"product": {
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_id": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.16.2-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product_id": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product_id": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"product": {
"name": "bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"product_id": "bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-internal@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-partner@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "perf-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "perf-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "rtla-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "rtla-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"product_id": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"product": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"product_id": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-61.rhaos4.15.el8.s390x",
"product": {
"name": "containers-common-2:1-61.rhaos4.15.el8.s390x",
"product_id": "containers-common-2:1-61.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-61.rhaos4.15.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"product": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_id": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-2.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"product": {
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_id": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.17.0-2.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"product": {
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_id": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.17.0-2.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"product": {
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_id": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.17.0-2.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.17.0-2.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"product": {
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_id": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.17.0-2.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"product": {
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"product_id": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.6.13-2.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product_id": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-21.1.rhaos4.15.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product_id": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-21.1.rhaos4.15.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product_id": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-21.1.rhaos4.15.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el8.s390x",
"product": {
"name": "cri-tools-0:1.28.0-3.el8.s390x",
"product_id": "cri-tools-0:1.28.0-3.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"product": {
"name": "cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"product_id": "cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.28.0-3.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"product": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"product_id": "cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.28.0-3.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el8.s390x",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el8.s390x",
"product_id": "crun-0:1.14-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"product": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"product_id": "crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14-1.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"product": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"product_id": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14-1.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"product": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"product_id": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.rhaos4.15.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"product": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"product_id": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.rhaos4.15.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_id": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-20.2.rhaos4.15.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_id": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-20.2.rhaos4.15.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_id": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-20.2.rhaos4.15.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_id": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-20.2.rhaos4.15.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product_id": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-1.1.rhaos4.15.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-1.1.rhaos4.15.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-1.1.rhaos4.15.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"product": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"product_id": "butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.20.0-1.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"product": {
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"product_id": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.20.0-1.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"product": {
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"product_id": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.20.0-1.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product_id": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product_id": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"product": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"product_id": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"product": {
"name": "rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"product_id": "rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn@5.4.3-2.rhaos4.15.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.1.2-1.rhaos4.15.el9.src",
"product": {
"name": "toolbox-0:0.1.2-1.rhaos4.15.el9.src",
"product_id": "toolbox-0:0.1.2-1.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.1.2-1.rhaos4.15.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"product": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"product_id": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-3.rhaos4.15.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2023.8-3.el9.src",
"product": {
"name": "ostree-0:2023.8-3.el9.src",
"product_id": "ostree-0:2023.8-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2023.8-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "rust-bootupd-0:0.2.17-1.el9.src",
"product": {
"name": "rust-bootupd-0:0.2.17-1.el9.src",
"product_id": "rust-bootupd-0:0.2.17-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-bootupd@0.2.17-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el9?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"product": {
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"product_id": "container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.228.1-1.rhaos4.15.el9?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el9.src",
"product": {
"name": "cri-tools-0:1.28.0-3.el9.src",
"product_id": "cri-tools-0:1.28.0-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el9.src",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el9.src",
"product_id": "crun-0:1.14-1.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2024.2-1.el9.src",
"product": {
"name": "rpm-ostree-0:2024.2-1.el9.src",
"product_id": "rpm-ostree-0:2024.2-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2024.2-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el9.src",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.src",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el9?arch=src\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"product": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"product_id": "conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.2.rhaos4.14.el9?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.src",
"product": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.src",
"product_id": "ignition-0:2.16.2-2.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.16.2-2.rhaos4.15.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.54.1.el9_2.src",
"product": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.src",
"product_id": "kernel-0:5.14.0-284.54.1.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.54.1.el9_2?arch=src"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"product": {
"name": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"product_id": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.54.1.rt14.339.el9_2?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"product": {
"name": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"product_id": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"product": {
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"product_id": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el9.src",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.src",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el9?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-61.rhaos4.15.el8.src",
"product": {
"name": "containers-common-2:1-61.rhaos4.15.el8.src",
"product_id": "containers-common-2:1-61.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-61.rhaos4.15.el8?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"product": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"product_id": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-2.rhaos4.15.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"product": {
"name": "haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"product_id": "haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy@2.6.13-2.rhaos4.15.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"product": {
"name": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"product_id": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift4-aws-iso@4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el8?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"product": {
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"product_id": "container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.228.1-1.rhaos4.15.el8?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el8.src",
"product": {
"name": "cri-tools-0:1.28.0-3.el8.src",
"product_id": "cri-tools-0:1.28.0-3.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el8.src",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el8.src",
"product_id": "crun-0:1.14-1.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el8.src",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.src",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el8?arch=src\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el8?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"product": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"product_id": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-1.1.rhaos4.15.el8?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.20.0-1.rhaos4.15.el8.src",
"product": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.src",
"product_id": "butane-0:0.20.0-1.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.20.0-1.rhaos4.15.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"product": {
"name": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"product_id": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"product": {
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"product_id": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el8.src",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.src",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el8?arch=src\u0026epoch=3"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"product": {
"name": "toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"product_id": "toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.1.2-1.rhaos4.15.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"product": {
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"product_id": "container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.228.1-1.rhaos4.15.el9?arch=noarch\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"product": {
"name": "kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"product_id": "kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-284.54.1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"product": {
"name": "kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"product_id": "kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@5.14.0-284.54.1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"product": {
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"product_id": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"product": {
"name": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"product_id": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-test@4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"product": {
"name": "podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"product_id": "podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.4.1-21.rhaos4.15.el9?arch=noarch\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"product": {
"name": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"product_id": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift4-aws-iso@4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"product": {
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"product_id": "container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.228.1-1.rhaos4.15.el8?arch=noarch\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"product": {
"name": "butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"product_id": "butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-redistributable@0.20.0-1.rhaos4.15.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"product": {
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"product_id": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"product": {
"name": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"product_id": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-test@4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"product": {
"name": "podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"product_id": "podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.4.1-21.rhaos4.15.el8?arch=noarch\u0026epoch=3"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x"
},
"product_reference": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64"
},
"product_reference": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x"
},
"product_reference": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64"
},
"product_reference": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64"
},
"product_reference": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le"
},
"product_reference": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x"
},
"product_reference": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64"
},
"product_reference": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64"
},
"product_reference": "butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x"
},
"product_reference": "butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src"
},
"product_reference": "butane-0:0.20.0-1.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64"
},
"product_reference": "butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64"
},
"product_reference": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x"
},
"product_reference": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64"
},
"product_reference": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64"
},
"product_reference": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x"
},
"product_reference": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64"
},
"product_reference": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch"
},
"product_reference": "butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch"
},
"product_reference": "container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src"
},
"product_reference": "container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x"
},
"product_reference": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src"
},
"product_reference": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-61.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64"
},
"product_reference": "containers-common-2:1-61.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-61.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le"
},
"product_reference": "containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-61.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x"
},
"product_reference": "containers-common-2:1-61.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-61.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src"
},
"product_reference": "containers-common-2:1-61.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-61.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64"
},
"product_reference": "containers-common-2:1-61.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64"
},
"product_reference": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le"
},
"product_reference": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x"
},
"product_reference": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src"
},
"product_reference": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64"
},
"product_reference": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64"
},
"product_reference": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le"
},
"product_reference": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x"
},
"product_reference": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64"
},
"product_reference": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64"
},
"product_reference": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le"
},
"product_reference": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x"
},
"product_reference": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64"
},
"product_reference": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64"
},
"product_reference": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le"
},
"product_reference": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x"
},
"product_reference": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64"
},
"product_reference": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64"
},
"product_reference": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le"
},
"product_reference": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x"
},
"product_reference": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64"
},
"product_reference": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x"
},
"product_reference": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64"
},
"product_reference": "cri-tools-0:1.28.0-3.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le"
},
"product_reference": "cri-tools-0:1.28.0-3.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x"
},
"product_reference": "cri-tools-0:1.28.0-3.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src"
},
"product_reference": "cri-tools-0:1.28.0-3.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64"
},
"product_reference": "cri-tools-0:1.28.0-3.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64"
},
"product_reference": "cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le"
},
"product_reference": "cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x"
},
"product_reference": "cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64"
},
"product_reference": "cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.28.0-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64"
},
"product_reference": "cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.28.0-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le"
},
"product_reference": "cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.28.0-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x"
},
"product_reference": "cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.28.0-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64"
},
"product_reference": "cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64"
},
"product_reference": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x"
},
"product_reference": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64"
},
"product_reference": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64"
},
"product_reference": "crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x"
},
"product_reference": "crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64"
},
"product_reference": "crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-0:2.6.13-2.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src"
},
"product_reference": "haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64"
},
"product_reference": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le"
},
"product_reference": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x"
},
"product_reference": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64"
},
"product_reference": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src"
},
"product_reference": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch"
},
"product_reference": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src"
},
"product_reference": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch"
},
"product_reference": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x"
},
"product_reference": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch"
},
"product_reference": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src"
},
"product_reference": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch"
},
"product_reference": "podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64"
},
"product_reference": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x"
},
"product_reference": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64"
},
"product_reference": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64"
},
"product_reference": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x"
},
"product_reference": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64"
},
"product_reference": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x"
},
"product_reference": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64"
},
"product_reference": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le"
},
"product_reference": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x"
},
"product_reference": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64"
},
"product_reference": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64"
},
"product_reference": "afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x"
},
"product_reference": "afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64"
},
"product_reference": "afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64"
},
"product_reference": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x"
},
"product_reference": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64"
},
"product_reference": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64"
},
"product_reference": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x"
},
"product_reference": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64"
},
"product_reference": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootupd-0:0.2.17-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64"
},
"product_reference": "bootupd-0:0.2.17-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootupd-debuginfo-0:0.2.17-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64"
},
"product_reference": "bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64"
},
"product_reference": "bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x"
},
"product_reference": "bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64"
},
"product_reference": "bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x"
},
"product_reference": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64"
},
"product_reference": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x"
},
"product_reference": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64"
},
"product_reference": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64"
},
"product_reference": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le"
},
"product_reference": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x"
},
"product_reference": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64"
},
"product_reference": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64"
},
"product_reference": "conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le"
},
"product_reference": "conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x"
},
"product_reference": "conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src"
},
"product_reference": "conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64"
},
"product_reference": "conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64"
},
"product_reference": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le"
},
"product_reference": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x"
},
"product_reference": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64"
},
"product_reference": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64"
},
"product_reference": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le"
},
"product_reference": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x"
},
"product_reference": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64"
},
"product_reference": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch"
},
"product_reference": "container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src"
},
"product_reference": "container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64"
},
"product_reference": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le"
},
"product_reference": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x"
},
"product_reference": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src"
},
"product_reference": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64"
},
"product_reference": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64"
},
"product_reference": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le"
},
"product_reference": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x"
},
"product_reference": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64"
},
"product_reference": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64"
},
"product_reference": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le"
},
"product_reference": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x"
},
"product_reference": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64"
},
"product_reference": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64"
},
"product_reference": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le"
},
"product_reference": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x"
},
"product_reference": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64"
},
"product_reference": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64"
},
"product_reference": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le"
},
"product_reference": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x"
},
"product_reference": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64"
},
"product_reference": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x"
},
"product_reference": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64"
},
"product_reference": "cri-tools-0:1.28.0-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le"
},
"product_reference": "cri-tools-0:1.28.0-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x"
},
"product_reference": "cri-tools-0:1.28.0-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src"
},
"product_reference": "cri-tools-0:1.28.0-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64"
},
"product_reference": "cri-tools-0:1.28.0-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64"
},
"product_reference": "cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le"
},
"product_reference": "cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x"
},
"product_reference": "cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64"
},
"product_reference": "cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.28.0-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64"
},
"product_reference": "cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.28.0-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le"
},
"product_reference": "cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.28.0-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x"
},
"product_reference": "cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.28.0-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64"
},
"product_reference": "cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64"
},
"product_reference": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x"
},
"product_reference": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64"
},
"product_reference": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64"
},
"product_reference": "crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le"
},
"product_reference": "crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x"
},
"product_reference": "crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64"
},
"product_reference": "crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64"
},
"product_reference": "ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x"
},
"product_reference": "ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src"
},
"product_reference": "ignition-0:2.16.2-2.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64"
},
"product_reference": "ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64"
},
"product_reference": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x"
},
"product_reference": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64"
},
"product_reference": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64"
},
"product_reference": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x"
},
"product_reference": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64"
},
"product_reference": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64"
},
"product_reference": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x"
},
"product_reference": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64"
},
"product_reference": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64"
},
"product_reference": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x"
},
"product_reference": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64"
},
"product_reference": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src"
},
"product_reference": "kernel-0:5.14.0-284.54.1.el9_2.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-284.54.1.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src"
},
"product_reference": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src"
},
"product_reference": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch"
},
"product_reference": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src"
},
"product_reference": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch"
},
"product_reference": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x"
},
"product_reference": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2023.8-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64"
},
"product_reference": "ostree-0:2023.8-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2023.8-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le"
},
"product_reference": "ostree-0:2023.8-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2023.8-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x"
},
"product_reference": "ostree-0:2023.8-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2023.8-3.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src"
},
"product_reference": "ostree-0:2023.8-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2023.8-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64"
},
"product_reference": "ostree-0:2023.8-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2023.8-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64"
},
"product_reference": "ostree-debuginfo-0:2023.8-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2023.8-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le"
},
"product_reference": "ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2023.8-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x"
},
"product_reference": "ostree-debuginfo-0:2023.8-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2023.8-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64"
},
"product_reference": "ostree-debuginfo-0:2023.8-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2023.8-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64"
},
"product_reference": "ostree-debugsource-0:2023.8-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2023.8-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le"
},
"product_reference": "ostree-debugsource-0:2023.8-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2023.8-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x"
},
"product_reference": "ostree-debugsource-0:2023.8-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2023.8-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64"
},
"product_reference": "ostree-debugsource-0:2023.8-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2023.8-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64"
},
"product_reference": "ostree-devel-0:2023.8-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2023.8-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le"
},
"product_reference": "ostree-devel-0:2023.8-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2023.8-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x"
},
"product_reference": "ostree-devel-0:2023.8-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2023.8-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64"
},
"product_reference": "ostree-devel-0:2023.8-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-grub2-0:2023.8-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64"
},
"product_reference": "ostree-grub2-0:2023.8-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-grub2-0:2023.8-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le"
},
"product_reference": "ostree-grub2-0:2023.8-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-grub2-0:2023.8-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64"
},
"product_reference": "ostree-grub2-0:2023.8-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2023.8-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64"
},
"product_reference": "ostree-libs-0:2023.8-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2023.8-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le"
},
"product_reference": "ostree-libs-0:2023.8-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2023.8-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x"
},
"product_reference": "ostree-libs-0:2023.8-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2023.8-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64"
},
"product_reference": "ostree-libs-0:2023.8-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64"
},
"product_reference": "ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le"
},
"product_reference": "ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x"
},
"product_reference": "ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64"
},
"product_reference": "ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "perf-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "perf-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "perf-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch"
},
"product_reference": "podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2024.2-1.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64"
},
"product_reference": "rpm-ostree-0:2024.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2024.2-1.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le"
},
"product_reference": "rpm-ostree-0:2024.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2024.2-1.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x"
},
"product_reference": "rpm-ostree-0:2024.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2024.2-1.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src"
},
"product_reference": "rpm-ostree-0:2024.2-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2024.2-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64"
},
"product_reference": "rpm-ostree-0:2024.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64"
},
"product_reference": "rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le"
},
"product_reference": "rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x"
},
"product_reference": "rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64"
},
"product_reference": "rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64"
},
"product_reference": "rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le"
},
"product_reference": "rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x"
},
"product_reference": "rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64"
},
"product_reference": "rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2024.2-1.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64"
},
"product_reference": "rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2024.2-1.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le"
},
"product_reference": "rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2024.2-1.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x"
},
"product_reference": "rpm-ostree-devel-0:2024.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2024.2-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64"
},
"product_reference": "rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2024.2-1.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64"
},
"product_reference": "rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2024.2-1.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le"
},
"product_reference": "rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2024.2-1.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x"
},
"product_reference": "rpm-ostree-libs-0:2024.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2024.2-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64"
},
"product_reference": "rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "rtla-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64"
},
"product_reference": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le"
},
"product_reference": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x"
},
"product_reference": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64"
},
"product_reference": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64"
},
"product_reference": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le"
},
"product_reference": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x"
},
"product_reference": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64"
},
"product_reference": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src"
},
"product_reference": "rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64"
},
"product_reference": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x"
},
"product_reference": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64"
},
"product_reference": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-bootupd-0:0.2.17-1.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src"
},
"product_reference": "rust-bootupd-0:0.2.17-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64"
},
"product_reference": "rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x"
},
"product_reference": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64"
},
"product_reference": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le"
},
"product_reference": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x"
},
"product_reference": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64"
},
"product_reference": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.1.2-1.rhaos4.15.el9.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch"
},
"product_reference": "toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.1.2-1.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
},
"product_reference": "toolbox-0:0.1.2-1.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39325",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-10T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2243296"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is related to CVE-2023-44487.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"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-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39325"
},
{
"category": "external",
"summary": "RHBZ#2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-44487",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://go.dev/issue/63417",
"url": "https://go.dev/issue/63417"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-27T22:34:13+00:00",
"details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.15/release_notes/ocp-4-15-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7201"
},
{
"category": "workaround",
"details": "The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"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-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)"
},
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-27T22:34:13+00:00",
"details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.15/release_notes/ocp-4-15-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7201"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-27T22:34:13+00:00",
"details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.15/release_notes/ocp-4-15-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7201"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"cve": "CVE-2023-48795",
"cwe": {
"id": "CWE-222",
"name": "Truncation of Security-relevant Information"
},
"discovery_date": "2023-12-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2254210"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SSH channel integrity. By manipulating sequence numbers during the handshake, an attacker can remove the initial messages on the secure channel without causing a MAC failure. For example, an attacker could disable the ping extension and thus disable the new countermeasure in OpenSSH 9.5 against keystroke timing attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is classified as moderate because the attack requires an active Man-in-the-Middle (MITM) who can intercept and modify the connection\u0027s traffic at the TCP/IP layer.\n\nAlthough the attack is cryptographically innovative, its security impact is fortunately quite limited. It only allows the deletion of consecutive messages, and deleting most messages at this protocol stage prevents user authentication from proceeding, leading to a stalled connection.\n\nThe most significant identified impact is that it enables a MITM to delete the SSH2_MSG_EXT_INFO message sent before authentication begins. This allows the attacker to disable a subset of keystroke timing obfuscation features. However, there is no other observable impact on session secrecy or session integrity.",
"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-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-48795"
},
{
"category": "external",
"summary": "RHBZ#2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7071748",
"url": "https://access.redhat.com/solutions/7071748"
},
{
"category": "external",
"summary": "https://terrapin-attack.com/",
"url": "https://terrapin-attack.com/"
}
],
"release_date": "2023-12-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-27T22:34:13+00:00",
"details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.15/release_notes/ocp-4-15-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7201"
},
{
"category": "workaround",
"details": "Update to the last version and check that client and server provide kex pseudo-algorithms indicating usage of the updated version of the protocol which is protected from the attack. If \"kex-strict-c-v00@openssh.com\" is provided by clients and \"kex-strict-s-v00@openssh.com\" is in the server\u0027s reply, no other steps are necessary.\n\nDisabling ciphers if necessary:\n\nIf \"kex-strict-c-v00@openssh.com\" is not provided by clients or \"kex-strict-s-v00@openssh.com\" is absent in the server\u0027s reply, you can disable the following ciphers and HMACs as a workaround on RHEL-8 and RHEL-9:\n\n1. chacha20-poly1305@openssh.com\n2. hmac-sha2-512-etm@openssh.com\n3. hmac-sha2-256-etm@openssh.com\n4. hmac-sha1-etm@openssh.com\n5. hmac-md5-etm@openssh.com\n\nTo do that through crypto-policies, one can apply a subpolicy with the following content:\n```\ncipher@SSH = -CHACHA20-POLY1305\nssh_etm = 0\n```\ne.g., by putting these lines into `/etc/crypto-policies/policies/modules/CVE-2023-48795.pmod`, applying the resulting subpolicy with `update-crypto-policies --set $(update-crypto-policies --show):CVE-2023-48795` and restarting openssh server.\n\nOne can verify that the changes are in effect by ensuring the ciphers listed above are missing from both `/etc/crypto-policies/back-ends/openssh.config` and `/etc/crypto-policies/back-ends/opensshserver.config`.\n\nFor more details on using crypto-policies, please refer to https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/using-the-system-wide-cryptographic-policies_security-hardening\n\nNote that this procedure does limit the interoperability of the host and is only suggested as a temporary mitigation until the issue is fully resolved with an update.\n\nFor RHEL-7: \nWe can recommend to use strict MACs and Ciphers on RHEL7 in both files /etc/ssh/ssh_config and /etc/ssh/sshd_config.\n\nBelow strict set of Ciphers and MACs can be used as mitigation for RHEL 7.\n\n```\nCiphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com\nMACs umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512\n```\n\n- For Openshift Container Platform 4:\nPlease refer the KCS[1] document for verifying the fix in RHCOS.\n\n[1] https://access.redhat.com/solutions/7071748",
"product_ids": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)"
}
]
}
rhsa-2024:2245
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for buildah is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. \n\nSecurity Fix(es):\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.4 Release Notes linked from 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-2024:2245",
"url": "https://access.redhat.com/errata/RHSA-2024:2245"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2245.json"
}
],
"title": "Red Hat Security Advisory: buildah security update",
"tracking": {
"current_release_date": "2025-11-07T16:41:53+00:00",
"generator": {
"date": "2025-11-07T16:41:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2024:2245",
"initial_release_date": "2024-04-30T10:08:31+00:00",
"revision_history": [
{
"date": "2024-04-30T10:08:31+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-04-30T10:08:31+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T16:41: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. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.el9.src",
"product": {
"name": "buildah-2:1.33.6-2.el9.src",
"product_id": "buildah-2:1.33.6-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.el9?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.el9.aarch64",
"product": {
"name": "buildah-2:1.33.6-2.el9.aarch64",
"product_id": "buildah-2:1.33.6-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.6-2.el9.aarch64",
"product": {
"name": "buildah-tests-2:1.33.6-2.el9.aarch64",
"product_id": "buildah-tests-2:1.33.6-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.6-2.el9.aarch64",
"product": {
"name": "buildah-debugsource-2:1.33.6-2.el9.aarch64",
"product_id": "buildah-debugsource-2:1.33.6-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"product": {
"name": "buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"product_id": "buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"product_id": "buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.el9?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.el9.ppc64le",
"product": {
"name": "buildah-2:1.33.6-2.el9.ppc64le",
"product_id": "buildah-2:1.33.6-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.6-2.el9.ppc64le",
"product": {
"name": "buildah-tests-2:1.33.6-2.el9.ppc64le",
"product_id": "buildah-tests-2:1.33.6-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"product": {
"name": "buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"product_id": "buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"product": {
"name": "buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"product_id": "buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"product_id": "buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.el9?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.el9.x86_64",
"product": {
"name": "buildah-2:1.33.6-2.el9.x86_64",
"product_id": "buildah-2:1.33.6-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.6-2.el9.x86_64",
"product": {
"name": "buildah-tests-2:1.33.6-2.el9.x86_64",
"product_id": "buildah-tests-2:1.33.6-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.6-2.el9.x86_64",
"product": {
"name": "buildah-debugsource-2:1.33.6-2.el9.x86_64",
"product_id": "buildah-debugsource-2:1.33.6-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"product": {
"name": "buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"product_id": "buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64",
"product_id": "buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.el9?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.el9.s390x",
"product": {
"name": "buildah-2:1.33.6-2.el9.s390x",
"product_id": "buildah-2:1.33.6-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.6-2.el9.s390x",
"product": {
"name": "buildah-tests-2:1.33.6-2.el9.s390x",
"product_id": "buildah-tests-2:1.33.6-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.6-2.el9.s390x",
"product": {
"name": "buildah-debugsource-2:1.33.6-2.el9.s390x",
"product_id": "buildah-debugsource-2:1.33.6-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.6-2.el9.s390x",
"product": {
"name": "buildah-debuginfo-2:1.33.6-2.el9.s390x",
"product_id": "buildah-debuginfo-2:1.33.6-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"product_id": "buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.el9?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.aarch64"
},
"product_reference": "buildah-2:1.33.6-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le"
},
"product_reference": "buildah-2:1.33.6-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x"
},
"product_reference": "buildah-2:1.33.6-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src"
},
"product_reference": "buildah-2:1.33.6-2.el9.src",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64"
},
"product_reference": "buildah-2:1.33.6-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.6-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64"
},
"product_reference": "buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.6-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le"
},
"product_reference": "buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.6-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x"
},
"product_reference": "buildah-debuginfo-2:1.33.6-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.6-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64"
},
"product_reference": "buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.6-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64"
},
"product_reference": "buildah-debugsource-2:1.33.6-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.6-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le"
},
"product_reference": "buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.6-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x"
},
"product_reference": "buildah-debugsource-2:1.33.6-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.6-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64"
},
"product_reference": "buildah-debugsource-2:1.33.6-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.6-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64"
},
"product_reference": "buildah-tests-2:1.33.6-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.6-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le"
},
"product_reference": "buildah-tests-2:1.33.6-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.6-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x"
},
"product_reference": "buildah-tests-2:1.33.6-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.6-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64"
},
"product_reference": "buildah-tests-2:1.33.6-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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.GA:buildah-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:08:31+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.GA:buildah-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2245"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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.GA:buildah-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:08:31+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.GA:buildah-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2245"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
RHSA-2024:2180
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for runc is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The runC tool is a lightweight, portable implementation of the Open Container Format (OCF) that provides container runtime.\n\nSecurity Fix(es):\n\n* golang: io/fs: stack exhaustion in Glob (CVE-2022-30630)\n\n* golang: compress/gzip: stack exhaustion in Reader.Read (CVE-2022-30631)\n\n* golang: path/filepath: stack exhaustion in Glob (CVE-2022-30632)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.4 Release Notes linked from 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-2024:2180",
"url": "https://access.redhat.com/errata/RHSA-2024:2180"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index"
},
{
"category": "external",
"summary": "2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "RHEL-25116",
"url": "https://issues.redhat.com/browse/RHEL-25116"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2180.json"
}
],
"title": "Red Hat Security Advisory: runc security update",
"tracking": {
"current_release_date": "2025-11-11T20:48:46+00:00",
"generator": {
"date": "2025-11-11T20:48:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2024:2180",
"initial_release_date": "2024-04-30T10:27:41+00:00",
"revision_history": [
{
"date": "2024-04-30T10:27:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-04-30T10:27:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-11T20:48:46+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.4.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.1.12-2.el9.src",
"product": {
"name": "runc-4:1.1.12-2.el9.src",
"product_id": "runc-4:1.1.12-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-2.el9?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.1.12-2.el9.aarch64",
"product": {
"name": "runc-4:1.1.12-2.el9.aarch64",
"product_id": "runc-4:1.1.12-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-2.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-2.el9.aarch64",
"product": {
"name": "runc-debugsource-4:1.1.12-2.el9.aarch64",
"product_id": "runc-debugsource-4:1.1.12-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-2.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-2.el9.aarch64",
"product": {
"name": "runc-debuginfo-4:1.1.12-2.el9.aarch64",
"product_id": "runc-debuginfo-4:1.1.12-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-2.el9?arch=aarch64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.1.12-2.el9.ppc64le",
"product": {
"name": "runc-4:1.1.12-2.el9.ppc64le",
"product_id": "runc-4:1.1.12-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-2.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-2.el9.ppc64le",
"product": {
"name": "runc-debugsource-4:1.1.12-2.el9.ppc64le",
"product_id": "runc-debugsource-4:1.1.12-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-2.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"product": {
"name": "runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"product_id": "runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-2.el9?arch=ppc64le\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.1.12-2.el9.x86_64",
"product": {
"name": "runc-4:1.1.12-2.el9.x86_64",
"product_id": "runc-4:1.1.12-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-2.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-2.el9.x86_64",
"product": {
"name": "runc-debugsource-4:1.1.12-2.el9.x86_64",
"product_id": "runc-debugsource-4:1.1.12-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-2.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-2.el9.x86_64",
"product": {
"name": "runc-debuginfo-4:1.1.12-2.el9.x86_64",
"product_id": "runc-debuginfo-4:1.1.12-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-2.el9?arch=x86_64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.1.12-2.el9.s390x",
"product": {
"name": "runc-4:1.1.12-2.el9.s390x",
"product_id": "runc-4:1.1.12-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-2.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-2.el9.s390x",
"product": {
"name": "runc-debugsource-4:1.1.12-2.el9.s390x",
"product_id": "runc-debugsource-4:1.1.12-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-2.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-2.el9.s390x",
"product": {
"name": "runc-debuginfo-4:1.1.12-2.el9.s390x",
"product_id": "runc-debuginfo-4:1.1.12-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-2.el9?arch=s390x\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.aarch64"
},
"product_reference": "runc-4:1.1.12-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le"
},
"product_reference": "runc-4:1.1.12-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x"
},
"product_reference": "runc-4:1.1.12-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-2.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src"
},
"product_reference": "runc-4:1.1.12-2.el9.src",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64"
},
"product_reference": "runc-4:1.1.12-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64"
},
"product_reference": "runc-debuginfo-4:1.1.12-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le"
},
"product_reference": "runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x"
},
"product_reference": "runc-debuginfo-4:1.1.12-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64"
},
"product_reference": "runc-debuginfo-4:1.1.12-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64"
},
"product_reference": "runc-debugsource-4:1.1.12-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le"
},
"product_reference": "runc-debugsource-4:1.1.12-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x"
},
"product_reference": "runc-debugsource-4:1.1.12-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
},
"product_reference": "runc-debugsource-4:1.1.12-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-30630",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107371"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, io/fs. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This could allow an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: io/fs: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "RH ProdSec has set the Impact of this vulnerability to Moderate as there is no known method to execute arbitary code. Successful exploitation of this bug can cause the application under attack to panic, merely causing a Denial of Service at the application level. As the kernel is unaffected by this bug, the user can merely relaunch the application to fix the problem. Also, if somehow the application keeps relaunching, the timer watchdogs in the default RHEL kernel will stop the attack in its tracks.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based attacks.",
"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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30630"
},
{
"category": "external",
"summary": "RHBZ#2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630"
},
{
"category": "external",
"summary": "https://go.dev/issue/53415",
"url": "https://go.dev/issue/53415"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:27: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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2180"
}
],
"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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: io/fs: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30631",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107342"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling the Reader, Read method on an archive that contains a large number of concatenated 0-length compressed files can cause a panic issue due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: compress/gzip: stack exhaustion in Reader.Read",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit CVE-2022-30631, an attacker supplies a specially crafted gzip archive to a Go application that uses a vulnerable version of the compress/gzip package without adequate input validation. This can lead to uncontrolled recursion, resulting in stack exhaustion and causing the application to panic, thereby affecting its availability.\n\nAs this is merely a DoS and there is no known way to control the instruction pointer, RH ProdSec has set the impact of this vulnerabilty to \"Moderate\".\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based attacks.",
"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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30631"
},
{
"category": "external",
"summary": "RHBZ#2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631"
},
{
"category": "external",
"summary": "https://go.dev/issue/53168",
"url": "https://go.dev/issue/53168"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:27: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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2180"
}
],
"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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: compress/gzip: stack exhaustion in Reader.Read"
},
{
"cve": "CVE-2022-30632",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107386"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This can cause an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: path/filepath: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The exploitation of this flaw will only result in a denial of service of the application via the application crashing which is why this has been rated as moderate.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based attacks.",
"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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30632"
},
{
"category": "external",
"summary": "RHBZ#2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632"
},
{
"category": "external",
"summary": "https://go.dev/issue/53416",
"url": "https://go.dev/issue/53416"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:27: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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2180"
}
],
"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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: path/filepath: stack exhaustion in Glob"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:27: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.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2180"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src",
"AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x",
"AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
rhsa-2024_3316
Vulnerability from csaf_redhat
Notes
{
"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": "Migration Toolkit for Applications 7.0.3 release\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 link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Migration Toolkit for Applications 7.0.3 Images\n\nSecurity Fix(es) from Bugzilla:\n\n* golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\n\n* webpack-dev-middleware: lack of URL validation may lead to file leak (CVE-2024-29180)\n\n* axios: exposure of confidential data stored in cookies (CVE-2023-45857)\n\n* css-tools: Improper Input Validation causes Denial of Service via Regular Expression (CVE-2023-26364)\n\n* go-resty: HTTP request body disclosure in github.com/go-resty/resty/v2 (CVE-2023-45286)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* css-tools: regular expression denial of service (ReDoS) when parsing CSS (CVE-2023-48631)\n\n* follow-redirects: Improper Input Validation due to the improper handling of URLs by the url.parse() (CVE-2023-26159)\n\n* golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON (CVE-2024-24786)\n\n* follow-redirects: Possible credential leak (CVE-2024-28849)",
"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-2024:3316",
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2248979",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2248979"
},
{
"category": "external",
"summary": "2250364",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2250364"
},
{
"category": "external",
"summary": "2252012",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252012"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2254559",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254559"
},
{
"category": "external",
"summary": "2256413",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2256413"
},
{
"category": "external",
"summary": "2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "2269576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269576"
},
{
"category": "external",
"summary": "2270863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270863"
},
{
"category": "external",
"summary": "MTA-1578",
"url": "https://issues.redhat.com/browse/MTA-1578"
},
{
"category": "external",
"summary": "MTA-1959",
"url": "https://issues.redhat.com/browse/MTA-1959"
},
{
"category": "external",
"summary": "MTA-1961",
"url": "https://issues.redhat.com/browse/MTA-1961"
},
{
"category": "external",
"summary": "MTA-1970",
"url": "https://issues.redhat.com/browse/MTA-1970"
},
{
"category": "external",
"summary": "MTA-1997",
"url": "https://issues.redhat.com/browse/MTA-1997"
},
{
"category": "external",
"summary": "MTA-2003",
"url": "https://issues.redhat.com/browse/MTA-2003"
},
{
"category": "external",
"summary": "MTA-2117",
"url": "https://issues.redhat.com/browse/MTA-2117"
},
{
"category": "external",
"summary": "MTA-2186",
"url": "https://issues.redhat.com/browse/MTA-2186"
},
{
"category": "external",
"summary": "MTA-2224",
"url": "https://issues.redhat.com/browse/MTA-2224"
},
{
"category": "external",
"summary": "MTA-2243",
"url": "https://issues.redhat.com/browse/MTA-2243"
},
{
"category": "external",
"summary": "MTA-2287",
"url": "https://issues.redhat.com/browse/MTA-2287"
},
{
"category": "external",
"summary": "MTA-2308",
"url": "https://issues.redhat.com/browse/MTA-2308"
},
{
"category": "external",
"summary": "MTA-2314",
"url": "https://issues.redhat.com/browse/MTA-2314"
},
{
"category": "external",
"summary": "MTA-2341",
"url": "https://issues.redhat.com/browse/MTA-2341"
},
{
"category": "external",
"summary": "MTA-2380",
"url": "https://issues.redhat.com/browse/MTA-2380"
},
{
"category": "external",
"summary": "MTA-2400",
"url": "https://issues.redhat.com/browse/MTA-2400"
},
{
"category": "external",
"summary": "MTA-2409",
"url": "https://issues.redhat.com/browse/MTA-2409"
},
{
"category": "external",
"summary": "MTA-2410",
"url": "https://issues.redhat.com/browse/MTA-2410"
},
{
"category": "external",
"summary": "MTA-2426",
"url": "https://issues.redhat.com/browse/MTA-2426"
},
{
"category": "external",
"summary": "MTA-2427",
"url": "https://issues.redhat.com/browse/MTA-2427"
},
{
"category": "external",
"summary": "MTA-2451",
"url": "https://issues.redhat.com/browse/MTA-2451"
},
{
"category": "external",
"summary": "MTA-2452",
"url": "https://issues.redhat.com/browse/MTA-2452"
},
{
"category": "external",
"summary": "MTA-2495",
"url": "https://issues.redhat.com/browse/MTA-2495"
},
{
"category": "external",
"summary": "MTA-2503",
"url": "https://issues.redhat.com/browse/MTA-2503"
},
{
"category": "external",
"summary": "MTA-2505",
"url": "https://issues.redhat.com/browse/MTA-2505"
},
{
"category": "external",
"summary": "MTA-2512",
"url": "https://issues.redhat.com/browse/MTA-2512"
},
{
"category": "external",
"summary": "MTA-2513",
"url": "https://issues.redhat.com/browse/MTA-2513"
},
{
"category": "external",
"summary": "MTA-2518",
"url": "https://issues.redhat.com/browse/MTA-2518"
},
{
"category": "external",
"summary": "MTA-2550",
"url": "https://issues.redhat.com/browse/MTA-2550"
},
{
"category": "external",
"summary": "MTA-2560",
"url": "https://issues.redhat.com/browse/MTA-2560"
},
{
"category": "external",
"summary": "MTA-2563",
"url": "https://issues.redhat.com/browse/MTA-2563"
},
{
"category": "external",
"summary": "MTA-2616",
"url": "https://issues.redhat.com/browse/MTA-2616"
},
{
"category": "external",
"summary": "MTA-2652",
"url": "https://issues.redhat.com/browse/MTA-2652"
},
{
"category": "external",
"summary": "MTA-2654",
"url": "https://issues.redhat.com/browse/MTA-2654"
},
{
"category": "external",
"summary": "MTA-2661",
"url": "https://issues.redhat.com/browse/MTA-2661"
},
{
"category": "external",
"summary": "MTA-2681",
"url": "https://issues.redhat.com/browse/MTA-2681"
},
{
"category": "external",
"summary": "MTA-2781",
"url": "https://issues.redhat.com/browse/MTA-2781"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3316.json"
}
],
"title": "Red Hat Security Advisory: Migration Toolkit for Applications security and bug fix update",
"tracking": {
"current_release_date": "2025-01-06T19:41:46+00:00",
"generator": {
"date": "2025-01-06T19:41:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.5"
}
},
"id": "RHSA-2024:3316",
"initial_release_date": "2024-05-23T06:39:32+00:00",
"revision_history": [
{
"date": "2024-05-23T06:39:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-23T06:39:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-01-06T19:41:46+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "MTA 7.0 for RHEL 9",
"product": {
"name": "MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:migration_toolkit_applications:7.0::el9"
}
}
},
{
"category": "product_name",
"name": "MTA 7.0 for RHEL 8",
"product": {
"name": "MTA 7.0 for RHEL 8",
"product_id": "8Base-MTA-7.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:migration_toolkit_applications:7.0::el8"
}
}
}
],
"category": "product_family",
"name": "Migration Toolkit for Applications"
},
{
"branches": [
{
"category": "product_version",
"name": "mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"product": {
"name": "mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"product_id": "mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-analyzer-addon-rhel9\u0026tag=7.0.3-13"
}
}
},
{
"category": "product_version",
"name": "mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"product": {
"name": "mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"product_id": "mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-analyzer-lsp-rhel9\u0026tag=7.0.3-13"
}
}
},
{
"category": "product_version",
"name": "mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"product": {
"name": "mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"product_id": "mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-cli-rhel9\u0026tag=7.0.3-16"
}
}
},
{
"category": "product_version",
"name": "mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"product": {
"name": "mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"product_id": "mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-hub-rhel9\u0026tag=7.0.3-10"
}
}
},
{
"category": "product_version",
"name": "mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"product": {
"name": "mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"product_id": "mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-operator-bundle\u0026tag=7.0.3-25"
}
}
},
{
"category": "product_version",
"name": "mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"product": {
"name": "mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"product_id": "mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-rhel8-operator\u0026tag=7.0.3-7"
}
}
},
{
"category": "product_version",
"name": "mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"product": {
"name": "mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"product_id": "mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-ui-rhel9\u0026tag=7.0.3-13"
}
}
},
{
"category": "product_version",
"name": "mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64",
"product": {
"name": "mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64",
"product_id": "mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-windup-shim-rhel9\u0026tag=7.0.3-12"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"product": {
"name": "mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"product_id": "mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc?arch=arm64\u0026repository_url=registry.redhat.io/mta/mta-analyzer-lsp-rhel9\u0026tag=7.0.3-13"
}
}
},
{
"category": "product_version",
"name": "mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"product": {
"name": "mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"product_id": "mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99?arch=arm64\u0026repository_url=registry.redhat.io/mta/mta-cli-rhel9\u0026tag=7.0.3-16"
}
}
},
{
"category": "product_version",
"name": "mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"product": {
"name": "mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"product_id": "mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092?arch=arm64\u0026repository_url=registry.redhat.io/mta/mta-windup-shim-rhel9\u0026tag=7.0.3-12"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64 as a component of MTA 7.0 for RHEL 8",
"product_id": "8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64"
},
"product_reference": "mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"relates_to_product_reference": "8Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64"
},
"product_reference": "mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64"
},
"product_reference": "mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64"
},
"product_reference": "mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64"
},
"product_reference": "mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64"
},
"product_reference": "mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64"
},
"product_reference": "mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64"
},
"product_reference": "mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
},
"product_reference": "mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64"
},
"product_reference": "mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
},
"product_reference": "mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-26159",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-01-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2256413"
}
],
"notes": [
{
"category": "description",
"text": "An Improper Input Validation flaw was found in follow-redirects due to the improper handling of URLs by the url.parse() function. When a new URL() throws an error, it can be manipulated to misinterpret the hostname. This issue could allow an attacker to redirect traffic to a malicious site, potentially leading to information disclosure, phishing attacks, or other security breaches.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: Improper Input Validation due to the improper handling of URLs by the url.parse()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "follow-redirects is a transitive dependency of Grafana, and does not affect Red Hat Enterprise Linux 8.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-26159"
},
{
"category": "external",
"summary": "RHBZ#2256413",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2256413"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-26159",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26159"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-26159",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-26159"
}
],
"release_date": "2024-01-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "follow-redirects: Improper Input Validation due to the improper handling of URLs by the url.parse()"
},
{
"cve": "CVE-2023-26364",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2023-11-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2250364"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Adobe CSS Tools. An improper input validation could result in a minor denial of service while parsing a malicious CSS with the parse component. User interaction and privileges are not required to jeopardize an environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "css-tools: Improper Input Validation causes Denial of Service via Regular Expression",
"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-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-26364"
},
{
"category": "external",
"summary": "RHBZ#2250364",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2250364"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-26364",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26364"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-26364",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-26364"
},
{
"category": "external",
"summary": "https://github.com/adobe/css-tools/security/advisories/GHSA-hpx4-r86g-5jrg",
"url": "https://github.com/adobe/css-tools/security/advisories/GHSA-hpx4-r86g-5jrg"
}
],
"release_date": "2023-11-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "No mitigation is yet available for this vulnerability.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "css-tools: Improper Input Validation causes Denial of Service via Regular Expression"
},
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"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-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45286",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2023-11-29T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2252012"
}
],
"notes": [
{
"category": "description",
"text": "A race condition in go-resty can result in HTTP request body disclosure across requests. This condition can be triggered by calling sync.Pool.Put with the same *bytes.Buffer more than once, when request retries are enabled and a retry occurs. The call to sync.Pool.Get will then return a bytes.Buffer that hasn\u0027t had bytes.Buffer.Reset called on it. This dirty buffer will contain the HTTP request body from an unrelated request, and go-resty will append the current HTTP request body to it, sending two bodies in one request. The sync.Pool in question is defined at package level scope, so a completely unrelated server could receive the request body.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-resty: HTTP request body disclosure in github.com/go-resty/resty/v2",
"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-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45286"
},
{
"category": "external",
"summary": "RHBZ#2252012",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252012"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45286"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45286",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45286"
}
],
"release_date": "2023-11-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-resty: HTTP request body disclosure in github.com/go-resty/resty/v2"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2023-45857",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2023-11-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2248979"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios that may expose a confidential session token. This issue can allow a remote attacker to bypass security measures and view sensitive data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: exposure of confidential data stored in cookies",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected container was deprecated in ACM 2.5 version which is not anymore supported. Following versions of this product are not impacted by this issue.",
"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-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45857"
},
{
"category": "external",
"summary": "RHBZ#2248979",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2248979"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45857",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45857"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45857",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45857"
}
],
"release_date": "2023-11-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: exposure of confidential data stored in cookies"
},
{
"cve": "CVE-2023-48631",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2023-12-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2254559"
}
],
"notes": [
{
"category": "description",
"text": "A Regular Expression Denial of Service (ReDoS) vulnerability was found in Adobe\u0027s css-tools when parsing CSS. This issue occurs due to improper input validation and may allow an attacker to use a carefully crafted input string to cause a denial of service, especially when attempting to parse CSS.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "css-tools: regular expression denial of service (ReDoS) when parsing CSS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Regular Expression Denial of Service (ReDoS) vulnerability in css-tools, triggered by improper input validation when parsing CSS, is considered of moderate severity. While it can lead to a denial of service by causing the application to become unresponsive, the impact is limited to scenarios where an attacker can provide crafted input. Additionally, the absence of evidence of active exploitation in the wild and contextual factors, such as the software\u0027s usage, contribute to the moderate severity rating.",
"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-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-48631"
},
{
"category": "external",
"summary": "RHBZ#2254559",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254559"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-48631",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48631"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-48631",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48631"
},
{
"category": "external",
"summary": "https://github.com/adobe/css-tools/security/advisories/GHSA-prr3-c3m5-p7q2",
"url": "https://github.com/adobe/css-tools/security/advisories/GHSA-prr3-c3m5-p7q2"
}
],
"release_date": "2023-12-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "css-tools: regular expression denial of service (ReDoS) when parsing CSS"
},
{
"cve": "CVE-2024-24786",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268046"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang\u0027s protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON",
"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-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "RHBZ#2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://go.dev/cl/569356",
"url": "https://go.dev/cl/569356"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/",
"url": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2611",
"url": "https://pkg.go.dev/vuln/GO-2024-2611"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON"
},
{
"cve": "CVE-2024-28849",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-03-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2269576"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the follow-redirects package. While processing the cross-domain redirection, `follow-redirects` clears authorization headers, however, it misses clearing proxy-authentication headers, which contain credentials as well. This issue may lead to credential leaking, having a high impact on data confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: Possible credential leak",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-28849"
},
{
"category": "external",
"summary": "RHBZ#2269576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269576"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-28849",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28849"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28849",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28849"
},
{
"category": "external",
"summary": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-cxjh-pqwp-8mfp",
"url": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-cxjh-pqwp-8mfp"
}
],
"release_date": "2024-03-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "follow-redirects: Possible credential leak"
},
{
"cve": "CVE-2024-29180",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2024-03-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2270863"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the webpack-dev-middleware package, where it failed to validate the supplied URL address sufficiently before returning local files. This flaw allows an attacker to craft URLs to return arbitrary local files from the developer\u0027s machine. The lack of normalization before calling the middleware also allows the attacker to perform path traversal attacks on the target environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "webpack-dev-middleware: lack of URL validation may lead to file leak",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in webpack-dev represents a important security issue due to its potential to expose sensitive files and compromise developer machines. By failing to validate URLs and normalize paths effectively, the middleware allows attackers to craft malicious requests that can retrieve arbitrary local files or perform unauthorized path traversal. This could lead to unauthorized access to confidential information, including source code, configuration files, and even system-level files. Given the widespread use of webpack-dev-middleware in web development environments, addressing this vulnerability promptly is important to prevent serious data breaches and protect the integrity of development processes.",
"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-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-29180"
},
{
"category": "external",
"summary": "RHBZ#2270863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270863"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-29180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-29180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29180"
},
{
"category": "external",
"summary": "https://github.com/webpack/webpack-dev-middleware/security/advisories/GHSA-wr3j-pwj9-hqq6",
"url": "https://github.com/webpack/webpack-dev-middleware/security/advisories/GHSA-wr3j-pwj9-hqq6"
}
],
"release_date": "2024-03-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "webpack-dev-middleware: lack of URL validation may lead to file leak"
}
]
}
RHSA-2024:2767
Vulnerability from csaf_redhat
Notes
{
"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 collectd-sensubility is now available for Red Hat OpenStack\nPlatform 17.1 (Wallaby).\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 project provides the possibility to switch from the Sensu-based\navailability monitoring solution to a monitoring solution based on collectd\nwith AMQP-1.0 messaging bus.\n\nSecurity Fix(es):\n\n* Memory leaks in code encrypting and decrypting RSA payloads\n(CVE-2024-1394)\n\n* net/http/internal: Denial of Service (DoS) via Resource Consumption via\nHTTP requests (CVE-2023-39326)\n\n* crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.\n(CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage 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-2024:2767",
"url": "https://access.redhat.com/errata/RHSA-2024:2767"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2767.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenStack Platform 17.1 (collectd-sensubility) security update",
"tracking": {
"current_release_date": "2025-11-07T16:41:55+00:00",
"generator": {
"date": "2025-11-07T16:41:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2024:2767",
"initial_release_date": "2024-05-22T20:14:09+00:00",
"revision_history": [
{
"date": "2024-05-22T20:14:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-22T20:14:09+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T16:41:55+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 17.1",
"product": {
"name": "Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-17.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:17.1::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "collectd-sensubility-0:0.2.1-3.el8ost.src",
"product": {
"name": "collectd-sensubility-0:0.2.1-3.el8ost.src",
"product_id": "collectd-sensubility-0:0.2.1-3.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-sensubility@0.2.1-3.el8ost?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"product": {
"name": "collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"product_id": "collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-sensubility@0.2.1-3.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64",
"product": {
"name": "collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64",
"product_id": "collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-sensubility-debuginfo@0.2.1-3.el8ost?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-sensubility-0:0.2.1-3.el8ost.src as a component of Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src"
},
"product_reference": "collectd-sensubility-0:0.2.1-3.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-sensubility-0:0.2.1-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64"
},
"product_reference": "collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
},
"product_reference": "collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-17.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:14:09+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2767"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:14:09+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2767"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"acknowledgments": [
{
"names": [
"@r3kumar",
"@qmuntal"
]
}
],
"cve": "CVE-2024-1394",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2024-02-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2262921"
}
],
"notes": [
{
"category": "description",
"text": "A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"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-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-1394"
},
{
"category": "external",
"summary": "RHBZ#2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-1394",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1394"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136",
"url": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6",
"url": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6"
},
{
"category": "external",
"summary": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f",
"url": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2660",
"url": "https://pkg.go.dev/vuln/GO-2024-2660"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2660.json",
"url": "https://vuln.go.dev/ID/GO-2024-2660.json"
}
],
"release_date": "2024-03-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:14:09+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2767"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.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": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads"
}
]
}
rhsa-2024_1078
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Service Telemetry Framework 1.5.4.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Security Fix(es):\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nService Telemetry Framework (STF) provides automated collection of measurements and data from remote clients, such as Red Hat OpenStack Platform or third-party nodes. STF then transmits the information to a centralized, receiving Red Hat OpenShift Container Platform (OCP) deployment for storage, retrieval, and monitoring.",
"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-2024:1078",
"url": "https://access.redhat.com/errata/RHSA-2024:1078"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "OSPRH-2140",
"url": "https://issues.redhat.com/browse/OSPRH-2140"
},
{
"category": "external",
"summary": "OSPRH-2577",
"url": "https://issues.redhat.com/browse/OSPRH-2577"
},
{
"category": "external",
"summary": "OSPRH-3492",
"url": "https://issues.redhat.com/browse/OSPRH-3492"
},
{
"category": "external",
"summary": "OSPRH-800",
"url": "https://issues.redhat.com/browse/OSPRH-800"
},
{
"category": "external",
"summary": "OSPRH-825",
"url": "https://issues.redhat.com/browse/OSPRH-825"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1078.json"
}
],
"title": "Red Hat Security Advisory: Service Telemetry Framework 1.5.4 security update",
"tracking": {
"current_release_date": "2025-01-06T19:38:34+00:00",
"generator": {
"date": "2025-01-06T19:38:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.5"
}
},
"id": "RHSA-2024:1078",
"initial_release_date": "2024-03-05T00:34:10+00:00",
"revision_history": [
{
"date": "2024-03-05T00:34:10+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-03-05T00:34:10+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-01-06T19:38:34+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Service Telemetry Framework 1.5 for RHEL 8",
"product": {
"name": "Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:service_telemetry_framework:1.5::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"product": {
"name": "stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"product_id": "stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652?arch=amd64\u0026repository_url=registry.redhat.io/stf/prometheus-webhook-snmp-rhel8\u0026tag=1.5.3-6"
}
}
},
{
"category": "product_version",
"name": "stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"product": {
"name": "stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"product_id": "stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae?arch=amd64\u0026repository_url=registry.redhat.io/stf/service-telemetry-operator-bundle\u0026tag=1.5.1709040648-1"
}
}
},
{
"category": "product_version",
"name": "stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"product": {
"name": "stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"product_id": "stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db?arch=amd64\u0026repository_url=registry.redhat.io/stf/service-telemetry-rhel8-operator\u0026tag=5.0.4-7"
}
}
},
{
"category": "product_version",
"name": "stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"product": {
"name": "stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"product_id": "stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe?arch=amd64\u0026repository_url=registry.redhat.io/stf/sg-bridge-rhel8\u0026tag=1.5.2-5"
}
}
},
{
"category": "product_version",
"name": "stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64",
"product": {
"name": "stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64",
"product_id": "stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27?arch=amd64\u0026repository_url=registry.redhat.io/stf/sg-core-rhel8\u0026tag=5.2.1-6"
}
}
},
{
"category": "product_version",
"name": "stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"product": {
"name": "stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"product_id": "stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"product_identification_helper": {
"purl": "pkg:oci/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370?arch=amd64\u0026repository_url=registry.redhat.io/stf/smart-gateway-operator-bundle\u0026tag=5.0.1709040649-1"
}
}
},
{
"category": "product_version",
"name": "stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64",
"product": {
"name": "stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64",
"product_id": "stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2?arch=amd64\u0026repository_url=registry.redhat.io/stf/smart-gateway-rhel8-operator\u0026tag=5.1.2-7"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64"
},
"product_reference": "stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64"
},
"product_reference": "stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64"
},
"product_reference": "stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64"
},
"product_reference": "stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64"
},
"product_reference": "stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64"
},
"product_reference": "stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
},
"product_reference": "stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"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-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-05T00:34:10+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1078"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-05T00:34:10+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1078"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
RHSA-2024:4429
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for containernetworking-plugins is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Container Network Interface (CNI) project consists of a specification and libraries for writing plug-ins for configuring network interfaces in Linux containers, along with a number of supported plug-ins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. \n\nSecurity Fix(es):\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\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-2024:4429",
"url": "https://access.redhat.com/errata/RHSA-2024:4429"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4429.json"
}
],
"title": "Red Hat Security Advisory: containernetworking-plugins security update",
"tracking": {
"current_release_date": "2025-11-07T00:14:31+00:00",
"generator": {
"date": "2025-11-07T00:14:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2024:4429",
"initial_release_date": "2024-07-09T12:56:47+00:00",
"revision_history": [
{
"date": "2024-07-09T12:56:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-07-09T12:56:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T00:14:31+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.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.src",
"product": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.src",
"product_id": "containernetworking-plugins-1:1.2.0-3.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-3.el9_2?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.aarch64",
"product_id": "containernetworking-plugins-1:1.2.0-3.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-3.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-3.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-3.el9_2?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le",
"product_id": "containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-3.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-3.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-3.el9_2?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.x86_64",
"product_id": "containernetworking-plugins-1:1.2.0-3.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-3.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-3.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-3.el9_2?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.s390x",
"product": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.s390x",
"product_id": "containernetworking-plugins-1:1.2.0-3.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-3.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-3.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-3.el9_2?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.s390x"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.src"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.el9_2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.src",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-09T12:56:47+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.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.src",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4429"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.src",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.src",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
RHSA-2024:0269
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for run-once-duration-override-container, run-once-duration-override-operator-bundle-container, and run-once-duration-override-operator-container is now available for RODOO-1.1-RHEL-9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Run Once Duration Override Operator for Red Hat OpenShift is an optional\noperator that makes it possible to override activeDeadlineSecondsOverride\nfield during pod admission.\n\nSecurity Fix(es):\n\n* golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487) (CVE-2023-39325)\n\n* HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack) (CVE-2023-44487)\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\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-2024:0269",
"url": "https://access.redhat.com/errata/RHSA-2024:0269"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "OCPBUGS-25123",
"url": "https://issues.redhat.com/browse/OCPBUGS-25123"
},
{
"category": "external",
"summary": "WRKLDS-897",
"url": "https://issues.redhat.com/browse/WRKLDS-897"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0269.json"
}
],
"title": "Red Hat Security Advisory: Run Once Duration Override Operator for Red Hat OpenShift 1.1.0 for RHEL 9",
"tracking": {
"current_release_date": "2025-11-12T02:36:51+00:00",
"generator": {
"date": "2025-11-12T02:36:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2024:0269",
"initial_release_date": "2024-02-28T00:20:04+00:00",
"revision_history": [
{
"date": "2024-02-28T00:20:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-02-28T00:20:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:36:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RODOO 1.1 for RHEL 9",
"product": {
"name": "RODOO 1.1 for RHEL 9",
"product_id": "9Base-RODOO-1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:run_once_duration_override_operator:1.1::el9"
}
}
}
],
"category": "product_family",
"name": "Run Once Duration Override Operator"
},
{
"branches": [
{
"category": "product_version",
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64",
"product": {
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64",
"product_id": "run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f?arch=amd64\u0026repository_url=registry.redhat.io/run-once-duration-override-operator/run-once-duration-override-rhel9\u0026tag=v1.1-4"
}
}
},
{
"category": "product_version",
"name": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"product": {
"name": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"product_id": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2?arch=amd64\u0026repository_url=registry.redhat.io/run-once-duration-override-operator/run-once-duration-override-operator-bundle\u0026tag=v1.1-4"
}
}
},
{
"category": "product_version",
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"product": {
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"product_id": "run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a?arch=amd64\u0026repository_url=registry.redhat.io/run-once-duration-override-operator/run-once-duration-override-rhel9-operator\u0026tag=v1.1-5"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64 as a component of RODOO 1.1 for RHEL 9",
"product_id": "9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64"
},
"product_reference": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"relates_to_product_reference": "9Base-RODOO-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64 as a component of RODOO 1.1 for RHEL 9",
"product_id": "9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64"
},
"product_reference": "run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"relates_to_product_reference": "9Base-RODOO-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64 as a component of RODOO 1.1 for RHEL 9",
"product_id": "9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
},
"product_reference": "run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64",
"relates_to_product_reference": "9Base-RODOO-1.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39325",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2243296"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is related to CVE-2023-44487.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"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-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39325"
},
{
"category": "external",
"summary": "RHBZ#2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-44487",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://go.dev/issue/63417",
"url": "https://go.dev/issue/63417"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T00:20:04+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0269"
},
{
"category": "workaround",
"details": "The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)"
},
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T00:20:04+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0269"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-44487",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-09T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2242803"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages.\r\n\r\nSecurity Bulletin\r\nhttps://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "NGINX has been marked as Moderate Impact because, for performance and resource consumption reasons, NGINX limits the number of concurrent streams to a default of 128. In addition, to optimally balance network and server performance, NGINX allows the client to persist HTTP connections for up to 1000 requests by default using an HTTP keepalive.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.\n\nrhc component is no longer impacted by CVE-2023-44487 \u0026 CVE-2023-39325.",
"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-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "RHBZ#2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://github.com/dotnet/announcements/issues/277",
"url": "https://github.com/dotnet/announcements/issues/277"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
},
{
"category": "external",
"summary": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/",
"url": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T00:20:04+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0269"
},
{
"category": "workaround",
"details": "Users are strongly urged to update their software as soon as fixes are available. \nThere are several mitigation approaches for this flaw. \n\n1. If circumstances permit, users may disable http2 endpoints to circumvent the flaw altogether until a fix is available.\n2. IP-based blocking or flood protection and rate control tools may be used at network endpoints to filter incoming traffic.\n3. Several package specific mitigations are also available. \n a. nginx: https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/\n b. netty: https://github.com/netty/netty/security/advisories/GHSA-xpw8-rcwv-8f8p\n c. haproxy: https://www.haproxy.com/blog/haproxy-is-not-affected-by-the-http-2-rapid-reset-attack-cve-2023-44487\n d. nghttp2: https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg\n e. golang: The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2023-10-10T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Important"
}
],
"title": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T00:20:04+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0269"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
rhsa-2024_2239
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for skopeo is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The skopeo command lets you inspect images from container image registries, get images and image layers, and use signatures to create and verify files. \n\nSecurity Fix(es):\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.4 Release Notes linked from 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-2024:2239",
"url": "https://access.redhat.com/errata/RHSA-2024:2239"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2239.json"
}
],
"title": "Red Hat Security Advisory: skopeo security update",
"tracking": {
"current_release_date": "2025-01-06T19:41:13+00:00",
"generator": {
"date": "2025-01-06T19:41:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.5"
}
},
"id": "RHSA-2024:2239",
"initial_release_date": "2024-04-30T10:14:46+00:00",
"revision_history": [
{
"date": "2024-04-30T10:14:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-04-30T10:14:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-01-06T19:41:13+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.el9.src",
"product": {
"name": "skopeo-2:1.14.3-0.1.el9.src",
"product_id": "skopeo-2:1.14.3-0.1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.el9?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.el9.aarch64",
"product": {
"name": "skopeo-2:1.14.3-0.1.el9.aarch64",
"product_id": "skopeo-2:1.14.3-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.3-0.1.el9.aarch64",
"product": {
"name": "skopeo-tests-2:1.14.3-0.1.el9.aarch64",
"product_id": "skopeo-tests-2:1.14.3-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.aarch64",
"product_id": "skopeo-debugsource-2:1.14.3-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.3-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64",
"product_id": "skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.3-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.el9.ppc64le",
"product": {
"name": "skopeo-2:1.14.3-0.1.el9.ppc64le",
"product_id": "skopeo-2:1.14.3-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.3-0.1.el9.ppc64le",
"product": {
"name": "skopeo-tests-2:1.14.3-0.1.el9.ppc64le",
"product_id": "skopeo-tests-2:1.14.3-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le",
"product_id": "skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.3-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le",
"product_id": "skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.3-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.el9.x86_64",
"product": {
"name": "skopeo-2:1.14.3-0.1.el9.x86_64",
"product_id": "skopeo-2:1.14.3-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.3-0.1.el9.x86_64",
"product": {
"name": "skopeo-tests-2:1.14.3-0.1.el9.x86_64",
"product_id": "skopeo-tests-2:1.14.3-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.x86_64",
"product_id": "skopeo-debugsource-2:1.14.3-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.3-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64",
"product_id": "skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.3-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.el9.s390x",
"product": {
"name": "skopeo-2:1.14.3-0.1.el9.s390x",
"product_id": "skopeo-2:1.14.3-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.3-0.1.el9.s390x",
"product": {
"name": "skopeo-tests-2:1.14.3-0.1.el9.s390x",
"product_id": "skopeo-tests-2:1.14.3-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.s390x",
"product": {
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.s390x",
"product_id": "skopeo-debugsource-2:1.14.3-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.3-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.s390x",
"product_id": "skopeo-debuginfo-2:1.14.3-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.3-0.1.el9?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.aarch64"
},
"product_reference": "skopeo-2:1.14.3-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.ppc64le"
},
"product_reference": "skopeo-2:1.14.3-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.s390x"
},
"product_reference": "skopeo-2:1.14.3-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.src"
},
"product_reference": "skopeo-2:1.14.3-0.1.el9.src",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.x86_64"
},
"product_reference": "skopeo-2:1.14.3-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.14.3-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.14.3-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.s390x"
},
"product_reference": "skopeo-debugsource-2:1.14.3-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.14.3-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.3-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.aarch64"
},
"product_reference": "skopeo-tests-2:1.14.3-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.3-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.ppc64le"
},
"product_reference": "skopeo-tests-2:1.14.3-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.3-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.s390x"
},
"product_reference": "skopeo-tests-2:1.14.3-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.3-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.x86_64"
},
"product_reference": "skopeo-tests-2:1.14.3-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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.GA:skopeo-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.src",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:14: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-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.src",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2239"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.src",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.src",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
rhsa-2024_2245
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for buildah is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. \n\nSecurity Fix(es):\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.4 Release Notes linked from 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-2024:2245",
"url": "https://access.redhat.com/errata/RHSA-2024:2245"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2245.json"
}
],
"title": "Red Hat Security Advisory: buildah security update",
"tracking": {
"current_release_date": "2025-01-06T19:41:23+00:00",
"generator": {
"date": "2025-01-06T19:41:23+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.5"
}
},
"id": "RHSA-2024:2245",
"initial_release_date": "2024-04-30T10:08:31+00:00",
"revision_history": [
{
"date": "2024-04-30T10:08:31+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-04-30T10:08:31+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-01-06T19:41:23+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.4.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.el9.src",
"product": {
"name": "buildah-2:1.33.6-2.el9.src",
"product_id": "buildah-2:1.33.6-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.el9?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.el9.aarch64",
"product": {
"name": "buildah-2:1.33.6-2.el9.aarch64",
"product_id": "buildah-2:1.33.6-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.6-2.el9.aarch64",
"product": {
"name": "buildah-tests-2:1.33.6-2.el9.aarch64",
"product_id": "buildah-tests-2:1.33.6-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.6-2.el9.aarch64",
"product": {
"name": "buildah-debugsource-2:1.33.6-2.el9.aarch64",
"product_id": "buildah-debugsource-2:1.33.6-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"product": {
"name": "buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"product_id": "buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"product_id": "buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.el9?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.el9.ppc64le",
"product": {
"name": "buildah-2:1.33.6-2.el9.ppc64le",
"product_id": "buildah-2:1.33.6-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.6-2.el9.ppc64le",
"product": {
"name": "buildah-tests-2:1.33.6-2.el9.ppc64le",
"product_id": "buildah-tests-2:1.33.6-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"product": {
"name": "buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"product_id": "buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"product": {
"name": "buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"product_id": "buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"product_id": "buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.el9?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.el9.x86_64",
"product": {
"name": "buildah-2:1.33.6-2.el9.x86_64",
"product_id": "buildah-2:1.33.6-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.6-2.el9.x86_64",
"product": {
"name": "buildah-tests-2:1.33.6-2.el9.x86_64",
"product_id": "buildah-tests-2:1.33.6-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.6-2.el9.x86_64",
"product": {
"name": "buildah-debugsource-2:1.33.6-2.el9.x86_64",
"product_id": "buildah-debugsource-2:1.33.6-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"product": {
"name": "buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"product_id": "buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64",
"product_id": "buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.el9?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.el9.s390x",
"product": {
"name": "buildah-2:1.33.6-2.el9.s390x",
"product_id": "buildah-2:1.33.6-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.6-2.el9.s390x",
"product": {
"name": "buildah-tests-2:1.33.6-2.el9.s390x",
"product_id": "buildah-tests-2:1.33.6-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.6-2.el9.s390x",
"product": {
"name": "buildah-debugsource-2:1.33.6-2.el9.s390x",
"product_id": "buildah-debugsource-2:1.33.6-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.6-2.el9.s390x",
"product": {
"name": "buildah-debuginfo-2:1.33.6-2.el9.s390x",
"product_id": "buildah-debuginfo-2:1.33.6-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"product_id": "buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.el9?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.aarch64"
},
"product_reference": "buildah-2:1.33.6-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le"
},
"product_reference": "buildah-2:1.33.6-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x"
},
"product_reference": "buildah-2:1.33.6-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src"
},
"product_reference": "buildah-2:1.33.6-2.el9.src",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64"
},
"product_reference": "buildah-2:1.33.6-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.6-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64"
},
"product_reference": "buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.6-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le"
},
"product_reference": "buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.6-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x"
},
"product_reference": "buildah-debuginfo-2:1.33.6-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.6-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64"
},
"product_reference": "buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.6-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64"
},
"product_reference": "buildah-debugsource-2:1.33.6-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.6-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le"
},
"product_reference": "buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.6-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x"
},
"product_reference": "buildah-debugsource-2:1.33.6-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.6-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64"
},
"product_reference": "buildah-debugsource-2:1.33.6-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.6-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64"
},
"product_reference": "buildah-tests-2:1.33.6-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.6-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le"
},
"product_reference": "buildah-tests-2:1.33.6-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.6-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x"
},
"product_reference": "buildah-tests-2:1.33.6-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.6-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64"
},
"product_reference": "buildah-tests-2:1.33.6-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"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": [
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:08:31+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.GA:buildah-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2245"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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.GA:buildah-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:08:31+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.GA:buildah-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2245"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.src",
"AppStream-9.4.0.GA:buildah-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debuginfo-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-debugsource-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-2:1.33.6-2.el9.x86_64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.aarch64",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.ppc64le",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.s390x",
"AppStream-9.4.0.GA:buildah-tests-debuginfo-2:1.33.6-2.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
RHSA-2024:2239
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for skopeo is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The skopeo command lets you inspect images from container image registries, get images and image layers, and use signatures to create and verify files. \n\nSecurity Fix(es):\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.4 Release Notes linked from 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-2024:2239",
"url": "https://access.redhat.com/errata/RHSA-2024:2239"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2239.json"
}
],
"title": "Red Hat Security Advisory: skopeo security update",
"tracking": {
"current_release_date": "2025-11-07T00:14:27+00:00",
"generator": {
"date": "2025-11-07T00:14:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2024:2239",
"initial_release_date": "2024-04-30T10:14:46+00:00",
"revision_history": [
{
"date": "2024-04-30T10:14:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-04-30T10:14:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T00:14:27+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.4.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.el9.src",
"product": {
"name": "skopeo-2:1.14.3-0.1.el9.src",
"product_id": "skopeo-2:1.14.3-0.1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.el9?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.el9.aarch64",
"product": {
"name": "skopeo-2:1.14.3-0.1.el9.aarch64",
"product_id": "skopeo-2:1.14.3-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.3-0.1.el9.aarch64",
"product": {
"name": "skopeo-tests-2:1.14.3-0.1.el9.aarch64",
"product_id": "skopeo-tests-2:1.14.3-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.aarch64",
"product_id": "skopeo-debugsource-2:1.14.3-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.3-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64",
"product_id": "skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.3-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.el9.ppc64le",
"product": {
"name": "skopeo-2:1.14.3-0.1.el9.ppc64le",
"product_id": "skopeo-2:1.14.3-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.3-0.1.el9.ppc64le",
"product": {
"name": "skopeo-tests-2:1.14.3-0.1.el9.ppc64le",
"product_id": "skopeo-tests-2:1.14.3-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le",
"product_id": "skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.3-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le",
"product_id": "skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.3-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.el9.x86_64",
"product": {
"name": "skopeo-2:1.14.3-0.1.el9.x86_64",
"product_id": "skopeo-2:1.14.3-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.3-0.1.el9.x86_64",
"product": {
"name": "skopeo-tests-2:1.14.3-0.1.el9.x86_64",
"product_id": "skopeo-tests-2:1.14.3-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.x86_64",
"product_id": "skopeo-debugsource-2:1.14.3-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.3-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64",
"product_id": "skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.3-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.el9.s390x",
"product": {
"name": "skopeo-2:1.14.3-0.1.el9.s390x",
"product_id": "skopeo-2:1.14.3-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.3-0.1.el9.s390x",
"product": {
"name": "skopeo-tests-2:1.14.3-0.1.el9.s390x",
"product_id": "skopeo-tests-2:1.14.3-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.s390x",
"product": {
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.s390x",
"product_id": "skopeo-debugsource-2:1.14.3-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.3-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.s390x",
"product_id": "skopeo-debuginfo-2:1.14.3-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.3-0.1.el9?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.aarch64"
},
"product_reference": "skopeo-2:1.14.3-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.ppc64le"
},
"product_reference": "skopeo-2:1.14.3-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.s390x"
},
"product_reference": "skopeo-2:1.14.3-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.src"
},
"product_reference": "skopeo-2:1.14.3-0.1.el9.src",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.x86_64"
},
"product_reference": "skopeo-2:1.14.3-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.14.3-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.14.3-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.s390x"
},
"product_reference": "skopeo-debugsource-2:1.14.3-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.14.3-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.14.3-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.3-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.aarch64"
},
"product_reference": "skopeo-tests-2:1.14.3-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.3-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.ppc64le"
},
"product_reference": "skopeo-tests-2:1.14.3-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.3-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.s390x"
},
"product_reference": "skopeo-tests-2:1.14.3-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.3-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.x86_64"
},
"product_reference": "skopeo-tests-2:1.14.3-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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.GA:skopeo-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.src",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:14: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-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.src",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2239"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.src",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.src",
"AppStream-9.4.0.GA:skopeo-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-debuginfo-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-debugsource-2:1.14.3-0.1.el9.x86_64",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.aarch64",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.s390x",
"AppStream-9.4.0.GA:skopeo-tests-2:1.14.3-0.1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
rhsa-2023:7200
Vulnerability from csaf_redhat
Notes
{
"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 build of MicroShift release 4.15.0 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat build of MicroShift 4.15.0.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat build of MicroShift is Red Hat\u0027s light-weight Kubernetes orchestration solution designed for edge device deployments and is built from the edge capabilities of Red Hat OpenShift. MicroShift is an application that is deployed on top of Red Hat Enterprise Linux devices at\nthe edge, providing an efficient way to operate single-node clusters in these low-resource environments.\n\nThis advisory contains the RPM packages for Red Hat build of MicroShift 4.15.0. Read the following advisory for the container images for this\nrelease:\n\nhttps://access.redhat.com/errata/RHSA-2023:7198\n\nSecurity Fix(es):\n\n* golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487) (CVE-2023-39325)\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\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-2023:7200",
"url": "https://access.redhat.com/errata/RHSA-2023:7200"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "OCPBUGS-18548",
"url": "https://issues.redhat.com/browse/OCPBUGS-18548"
},
{
"category": "external",
"summary": "OCPBUGS-19288",
"url": "https://issues.redhat.com/browse/OCPBUGS-19288"
},
{
"category": "external",
"summary": "OCPBUGS-19363",
"url": "https://issues.redhat.com/browse/OCPBUGS-19363"
},
{
"category": "external",
"summary": "OCPBUGS-19384",
"url": "https://issues.redhat.com/browse/OCPBUGS-19384"
},
{
"category": "external",
"summary": "OCPBUGS-19422",
"url": "https://issues.redhat.com/browse/OCPBUGS-19422"
},
{
"category": "external",
"summary": "OCPBUGS-19433",
"url": "https://issues.redhat.com/browse/OCPBUGS-19433"
},
{
"category": "external",
"summary": "OCPBUGS-19457",
"url": "https://issues.redhat.com/browse/OCPBUGS-19457"
},
{
"category": "external",
"summary": "OCPBUGS-19488",
"url": "https://issues.redhat.com/browse/OCPBUGS-19488"
},
{
"category": "external",
"summary": "OCPBUGS-19540",
"url": "https://issues.redhat.com/browse/OCPBUGS-19540"
},
{
"category": "external",
"summary": "OCPBUGS-19567",
"url": "https://issues.redhat.com/browse/OCPBUGS-19567"
},
{
"category": "external",
"summary": "OCPBUGS-19632",
"url": "https://issues.redhat.com/browse/OCPBUGS-19632"
},
{
"category": "external",
"summary": "OCPBUGS-19719",
"url": "https://issues.redhat.com/browse/OCPBUGS-19719"
},
{
"category": "external",
"summary": "OCPBUGS-20037",
"url": "https://issues.redhat.com/browse/OCPBUGS-20037"
},
{
"category": "external",
"summary": "OCPBUGS-22322",
"url": "https://issues.redhat.com/browse/OCPBUGS-22322"
},
{
"category": "external",
"summary": "OCPBUGS-22338",
"url": "https://issues.redhat.com/browse/OCPBUGS-22338"
},
{
"category": "external",
"summary": "OCPBUGS-22685",
"url": "https://issues.redhat.com/browse/OCPBUGS-22685"
},
{
"category": "external",
"summary": "OCPBUGS-22809",
"url": "https://issues.redhat.com/browse/OCPBUGS-22809"
},
{
"category": "external",
"summary": "OCPBUGS-22854",
"url": "https://issues.redhat.com/browse/OCPBUGS-22854"
},
{
"category": "external",
"summary": "OCPBUGS-22858",
"url": "https://issues.redhat.com/browse/OCPBUGS-22858"
},
{
"category": "external",
"summary": "OCPBUGS-22936",
"url": "https://issues.redhat.com/browse/OCPBUGS-22936"
},
{
"category": "external",
"summary": "OCPBUGS-25689",
"url": "https://issues.redhat.com/browse/OCPBUGS-25689"
},
{
"category": "external",
"summary": "OCPBUGS-25851",
"url": "https://issues.redhat.com/browse/OCPBUGS-25851"
},
{
"category": "external",
"summary": "OCPBUGS-25904",
"url": "https://issues.redhat.com/browse/OCPBUGS-25904"
},
{
"category": "external",
"summary": "OCPBUGS-27398",
"url": "https://issues.redhat.com/browse/OCPBUGS-27398"
},
{
"category": "external",
"summary": "OCPBUGS-27855",
"url": "https://issues.redhat.com/browse/OCPBUGS-27855"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2023_7200.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.15.z security update",
"tracking": {
"current_release_date": "2025-11-12T02:36:24+00:00",
"generator": {
"date": "2025-11-12T02:36:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:7200",
"initial_release_date": "2024-02-27T22:49:18+00:00",
"revision_history": [
{
"date": "2024-02-27T22:49:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-02-27T22:49:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:36:24+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.15",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.15::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"product": {
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"product_id": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product": {
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product_id": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product": {
"name": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product_id": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-networking@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product": {
"name": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product_id": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-olm@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product": {
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product_id": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product": {
"name": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product_id": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-networking@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product": {
"name": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product_id": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-olm@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product": {
"name": "microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product_id": "microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-greenboot@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product": {
"name": "microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product_id": "microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-release-info@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product": {
"name": "microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product_id": "microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-selinux@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64"
},
"product_reference": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src"
},
"product_reference": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64"
},
"product_reference": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
},
"product_reference": "microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64"
},
"product_reference": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64"
},
"product_reference": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64"
},
"product_reference": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64"
},
"product_reference": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
},
"product_reference": "microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
},
"product_reference": "microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39325",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2243296"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is related to CVE-2023-44487.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39325"
},
{
"category": "external",
"summary": "RHBZ#2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-44487",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://go.dev/issue/63417",
"url": "https://go.dev/issue/63417"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-27T22:49:18+00:00",
"details": "For Red Hat build of MicroShift 4.15, read the following documentation for important instructions on how to install the latest RPMs and fully apply this asynchronous errata update:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_build_of_microshift/4.15/html/release_notes/index",
"product_ids": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7200"
},
{
"category": "workaround",
"details": "The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.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": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)"
},
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-27T22:49:18+00:00",
"details": "For Red Hat build of MicroShift 4.15, read the following documentation for important instructions on how to install the latest RPMs and fully apply this asynchronous errata update:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_build_of_microshift/4.15/html/release_notes/index",
"product_ids": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7200"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-27T22:49:18+00:00",
"details": "For Red Hat build of MicroShift 4.15, read the following documentation for important instructions on how to install the latest RPMs and fully apply this asynchronous errata update:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_build_of_microshift/4.15/html/release_notes/index",
"product_ids": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7200"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
RHSA-2024:1078
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Service Telemetry Framework 1.5.4.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Security Fix(es):\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nService Telemetry Framework (STF) provides automated collection of measurements and data from remote clients, such as Red Hat OpenStack Platform or third-party nodes. STF then transmits the information to a centralized, receiving Red Hat OpenShift Container Platform (OCP) deployment for storage, retrieval, and monitoring.",
"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-2024:1078",
"url": "https://access.redhat.com/errata/RHSA-2024:1078"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "OSPRH-2140",
"url": "https://issues.redhat.com/browse/OSPRH-2140"
},
{
"category": "external",
"summary": "OSPRH-2577",
"url": "https://issues.redhat.com/browse/OSPRH-2577"
},
{
"category": "external",
"summary": "OSPRH-3492",
"url": "https://issues.redhat.com/browse/OSPRH-3492"
},
{
"category": "external",
"summary": "OSPRH-800",
"url": "https://issues.redhat.com/browse/OSPRH-800"
},
{
"category": "external",
"summary": "OSPRH-825",
"url": "https://issues.redhat.com/browse/OSPRH-825"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1078.json"
}
],
"title": "Red Hat Security Advisory: Service Telemetry Framework 1.5.4 security update",
"tracking": {
"current_release_date": "2025-11-07T16:41:48+00:00",
"generator": {
"date": "2025-11-07T16:41:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2024:1078",
"initial_release_date": "2024-03-05T00:34:10+00:00",
"revision_history": [
{
"date": "2024-03-05T00:34:10+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-03-05T00:34:10+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T16:41:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Service Telemetry Framework 1.5 for RHEL 8",
"product": {
"name": "Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:stf:1.5::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"product": {
"name": "stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"product_id": "stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652?arch=amd64\u0026repository_url=registry.redhat.io/stf/prometheus-webhook-snmp-rhel8\u0026tag=1.5.3-6"
}
}
},
{
"category": "product_version",
"name": "stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"product": {
"name": "stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"product_id": "stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae?arch=amd64\u0026repository_url=registry.redhat.io/stf/service-telemetry-operator-bundle\u0026tag=1.5.1709040648-1"
}
}
},
{
"category": "product_version",
"name": "stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"product": {
"name": "stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"product_id": "stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db?arch=amd64\u0026repository_url=registry.redhat.io/stf/service-telemetry-rhel8-operator\u0026tag=5.0.4-7"
}
}
},
{
"category": "product_version",
"name": "stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"product": {
"name": "stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"product_id": "stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe?arch=amd64\u0026repository_url=registry.redhat.io/stf/sg-bridge-rhel8\u0026tag=1.5.2-5"
}
}
},
{
"category": "product_version",
"name": "stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64",
"product": {
"name": "stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64",
"product_id": "stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27?arch=amd64\u0026repository_url=registry.redhat.io/stf/sg-core-rhel8\u0026tag=5.2.1-6"
}
}
},
{
"category": "product_version",
"name": "stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"product": {
"name": "stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"product_id": "stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"product_identification_helper": {
"purl": "pkg:oci/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370?arch=amd64\u0026repository_url=registry.redhat.io/stf/smart-gateway-operator-bundle\u0026tag=5.0.1709040649-1"
}
}
},
{
"category": "product_version",
"name": "stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64",
"product": {
"name": "stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64",
"product_id": "stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2?arch=amd64\u0026repository_url=registry.redhat.io/stf/smart-gateway-rhel8-operator\u0026tag=5.1.2-7"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64"
},
"product_reference": "stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64"
},
"product_reference": "stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64"
},
"product_reference": "stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64"
},
"product_reference": "stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64"
},
"product_reference": "stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64"
},
"product_reference": "stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
},
"product_reference": "stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-05T00:34:10+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1078"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-05T00:34:10+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1078"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
rhsa-2023_7201
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.15.0 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.15.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing\nKubernetes application platform solution designed for on-premise or private\ncloud deployments.\n\nSecurity Fix(es):\n\n* golang: net/http, x/net/http2: rapid stream resets can cause excessive\nwork (CVE-2023-44487) (CVE-2023-39325)\n* golang: net/http/internal: Denial of Service (DoS) via Resource\nConsumption via HTTP requests (CVE-2023-39326)\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key\nexchanges. (CVE-2023-45287)\n* ssh: Prefix truncation attack on Binary Packet Protocol (BPP)\n(CVE-2023-48795)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.15/updating/updating_a_cluster/updating-cluster-cli.html",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:7201",
"url": "https://access.redhat.com/errata/RHSA-2023:7201"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "2231370",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231370"
},
{
"category": "external",
"summary": "2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "2251198",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251198"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2253994",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253994"
},
{
"category": "external",
"summary": "2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "2258725",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258725"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2023_7201.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.15.0 packages and security update",
"tracking": {
"current_release_date": "2025-01-06T21:53:54+00:00",
"generator": {
"date": "2025-01-06T21:53:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.5"
}
},
"id": "RHSA-2023:7201",
"initial_release_date": "2024-02-27T22:34:13+00:00",
"revision_history": [
{
"date": "2024-02-27T22:34:13+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-02-27T22:34:13+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-01-06T21:53:54+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.15",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.15::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.15",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.15::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product": {
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product_id": "afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.4.3-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product": {
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product_id": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-dracut@5.4.3-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product": {
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product_id": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.4.3-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product": {
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product_id": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.4.3-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_id": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-3.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product": {
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_id": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.17.0-3.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product": {
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_id": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.17.0-3.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product": {
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_id": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.17.0-3.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.17.0-3.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product": {
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_id": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.17.0-3.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2023.8-3.el9.x86_64",
"product": {
"name": "ostree-0:2023.8-3.el9.x86_64",
"product_id": "ostree-0:2023.8-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2023.8-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2023.8-3.el9.x86_64",
"product": {
"name": "ostree-devel-0:2023.8-3.el9.x86_64",
"product_id": "ostree-devel-0:2023.8-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2023.8-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-grub2-0:2023.8-3.el9.x86_64",
"product": {
"name": "ostree-grub2-0:2023.8-3.el9.x86_64",
"product_id": "ostree-grub2-0:2023.8-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-grub2@2023.8-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2023.8-3.el9.x86_64",
"product": {
"name": "ostree-libs-0:2023.8-3.el9.x86_64",
"product_id": "ostree-libs-0:2023.8-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2023.8-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2023.8-3.el9.x86_64",
"product": {
"name": "ostree-debugsource-0:2023.8-3.el9.x86_64",
"product_id": "ostree-debugsource-0:2023.8-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2023.8-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2023.8-3.el9.x86_64",
"product": {
"name": "ostree-debuginfo-0:2023.8-3.el9.x86_64",
"product_id": "ostree-debuginfo-0:2023.8-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2023.8-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"product": {
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"product_id": "ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2023.8-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bootupd-0:0.2.17-1.el9.x86_64",
"product": {
"name": "bootupd-0:0.2.17-1.el9.x86_64",
"product_id": "bootupd-0:0.2.17-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootupd@0.2.17-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"product": {
"name": "rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"product_id": "rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-bootupd-debugsource@0.2.17-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"product": {
"name": "bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"product_id": "bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootupd-debuginfo@0.2.17-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product_id": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-21.1.rhaos4.15.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product_id": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-21.1.rhaos4.15.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product_id": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-21.1.rhaos4.15.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el9.x86_64",
"product": {
"name": "cri-tools-0:1.28.0-3.el9.x86_64",
"product_id": "cri-tools-0:1.28.0-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"product": {
"name": "cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"product_id": "cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.28.0-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"product": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"product_id": "cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.28.0-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el9.x86_64",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el9.x86_64",
"product_id": "crun-0:1.14-1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"product": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"product_id": "crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14-1.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"product": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"product_id": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14-1.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2024.2-1.el9.x86_64",
"product": {
"name": "rpm-ostree-0:2024.2-1.el9.x86_64",
"product_id": "rpm-ostree-0:2024.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2024.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"product": {
"name": "rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"product_id": "rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2024.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"product": {
"name": "rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"product_id": "rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2024.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"product": {
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"product_id": "rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2024.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"product": {
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"product_id": "rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2024.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"product_id": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2024.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product_id": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.rhaos4.15.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product_id": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.rhaos4.15.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_id": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-20.2.rhaos4.15.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_id": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-20.2.rhaos4.15.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_id": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-20.2.rhaos4.15.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-20.2.rhaos4.15.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product_id": "conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.2.rhaos4.14.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product": {
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product_id": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-1.2.rhaos4.14.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product": {
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product_id": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-1.2.rhaos4.14.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_id": "ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.16.2-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product": {
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_id": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.16.2-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product": {
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_id": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.16.2-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product": {
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_id": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.16.2-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product": {
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_id": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.16.2-2.rhaos4.15.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product_id": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product_id": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"product": {
"name": "bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"product_id": "bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "perf-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "perf-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"product_id": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.54.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel-matched@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-internal@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-partner@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel-matched@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-internal@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-partner@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-selftests-internal@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_id": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@5.14.0-284.54.1.rt14.339.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"product_id": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_id": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-21.rhaos4.15.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-61.rhaos4.15.el8.x86_64",
"product": {
"name": "containers-common-2:1-61.rhaos4.15.el8.x86_64",
"product_id": "containers-common-2:1-61.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-61.rhaos4.15.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_id": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-2.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product": {
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_id": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.17.0-2.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product": {
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_id": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.17.0-2.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product": {
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_id": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.17.0-2.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.17.0-2.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product": {
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_id": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.17.0-2.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"product": {
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"product_id": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.6.13-2.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product_id": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-21.1.rhaos4.15.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product_id": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-21.1.rhaos4.15.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product_id": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-21.1.rhaos4.15.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el8.x86_64",
"product": {
"name": "cri-tools-0:1.28.0-3.el8.x86_64",
"product_id": "cri-tools-0:1.28.0-3.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"product": {
"name": "cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"product_id": "cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.28.0-3.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"product": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"product_id": "cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.28.0-3.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el8.x86_64",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el8.x86_64",
"product_id": "crun-0:1.14-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"product": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"product_id": "crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14-1.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"product": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"product_id": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14-1.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product_id": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.rhaos4.15.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product_id": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.rhaos4.15.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_id": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-20.2.rhaos4.15.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_id": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-20.2.rhaos4.15.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_id": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-20.2.rhaos4.15.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-20.2.rhaos4.15.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product_id": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-1.1.rhaos4.15.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-1.1.rhaos4.15.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-1.1.rhaos4.15.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product_id": "butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.20.0-1.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product": {
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product_id": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.20.0-1.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product": {
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product_id": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.20.0-1.rhaos4.15.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product_id": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product_id": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"product_id": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_id": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-21.rhaos4.15.el8?arch=x86_64\u0026epoch=3"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product": {
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product_id": "afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.4.3-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product": {
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product_id": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-dracut@5.4.3-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product": {
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product_id": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.4.3-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product": {
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product_id": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.4.3-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_id": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-3.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product": {
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_id": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.17.0-3.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product": {
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_id": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.17.0-3.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product": {
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_id": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.17.0-3.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.17.0-3.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product": {
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_id": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.17.0-3.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2023.8-3.el9.aarch64",
"product": {
"name": "ostree-0:2023.8-3.el9.aarch64",
"product_id": "ostree-0:2023.8-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2023.8-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2023.8-3.el9.aarch64",
"product": {
"name": "ostree-devel-0:2023.8-3.el9.aarch64",
"product_id": "ostree-devel-0:2023.8-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2023.8-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-grub2-0:2023.8-3.el9.aarch64",
"product": {
"name": "ostree-grub2-0:2023.8-3.el9.aarch64",
"product_id": "ostree-grub2-0:2023.8-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-grub2@2023.8-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2023.8-3.el9.aarch64",
"product": {
"name": "ostree-libs-0:2023.8-3.el9.aarch64",
"product_id": "ostree-libs-0:2023.8-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2023.8-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2023.8-3.el9.aarch64",
"product": {
"name": "ostree-debugsource-0:2023.8-3.el9.aarch64",
"product_id": "ostree-debugsource-0:2023.8-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2023.8-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2023.8-3.el9.aarch64",
"product": {
"name": "ostree-debuginfo-0:2023.8-3.el9.aarch64",
"product_id": "ostree-debuginfo-0:2023.8-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2023.8-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"product": {
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"product_id": "ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2023.8-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product_id": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-21.1.rhaos4.15.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product_id": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-21.1.rhaos4.15.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product_id": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-21.1.rhaos4.15.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el9.aarch64",
"product": {
"name": "cri-tools-0:1.28.0-3.el9.aarch64",
"product_id": "cri-tools-0:1.28.0-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"product": {
"name": "cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"product_id": "cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.28.0-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"product": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"product_id": "cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.28.0-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el9.aarch64",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el9.aarch64",
"product_id": "crun-0:1.14-1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"product": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"product_id": "crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14-1.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"product": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"product_id": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14-1.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2024.2-1.el9.aarch64",
"product": {
"name": "rpm-ostree-0:2024.2-1.el9.aarch64",
"product_id": "rpm-ostree-0:2024.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2024.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"product": {
"name": "rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"product_id": "rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2024.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"product": {
"name": "rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"product_id": "rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2024.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"product": {
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"product_id": "rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2024.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"product": {
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"product_id": "rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2024.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"product_id": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2024.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product_id": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.rhaos4.15.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product_id": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.rhaos4.15.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_id": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-20.2.rhaos4.15.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_id": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-20.2.rhaos4.15.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_id": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-20.2.rhaos4.15.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-20.2.rhaos4.15.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product_id": "conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.2.rhaos4.14.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product": {
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product_id": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-1.2.rhaos4.14.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product": {
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product_id": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-1.2.rhaos4.14.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_id": "ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.16.2-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product": {
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_id": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.16.2-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product": {
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_id": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.16.2-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product": {
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_id": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.16.2-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product": {
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_id": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.16.2-2.rhaos4.15.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product_id": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product_id": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"product": {
"name": "bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"product_id": "bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-internal@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-partner@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-internal@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-partner@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "perf-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "perf-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"product_id": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.54.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"product_id": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_id": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-21.rhaos4.15.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-61.rhaos4.15.el8.aarch64",
"product": {
"name": "containers-common-2:1-61.rhaos4.15.el8.aarch64",
"product_id": "containers-common-2:1-61.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-61.rhaos4.15.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_id": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-2.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product": {
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_id": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.17.0-2.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product": {
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_id": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.17.0-2.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product": {
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_id": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.17.0-2.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.17.0-2.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product": {
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_id": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.17.0-2.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"product": {
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"product_id": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.6.13-2.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product_id": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-21.1.rhaos4.15.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product_id": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-21.1.rhaos4.15.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product_id": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-21.1.rhaos4.15.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el8.aarch64",
"product": {
"name": "cri-tools-0:1.28.0-3.el8.aarch64",
"product_id": "cri-tools-0:1.28.0-3.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"product": {
"name": "cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"product_id": "cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.28.0-3.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"product": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"product_id": "cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.28.0-3.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el8.aarch64",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el8.aarch64",
"product_id": "crun-0:1.14-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"product": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"product_id": "crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14-1.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"product": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"product_id": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14-1.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product_id": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.rhaos4.15.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product_id": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.rhaos4.15.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_id": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-20.2.rhaos4.15.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_id": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-20.2.rhaos4.15.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_id": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-20.2.rhaos4.15.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-20.2.rhaos4.15.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product_id": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-1.1.rhaos4.15.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-1.1.rhaos4.15.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-1.1.rhaos4.15.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product_id": "butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.20.0-1.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product": {
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product_id": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.20.0-1.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product": {
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product_id": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.20.0-1.rhaos4.15.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product_id": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product_id": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"product_id": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_id": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-21.rhaos4.15.el8?arch=aarch64\u0026epoch=3"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product_id": "afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.4.3-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product_id": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-dracut@5.4.3-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product_id": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.4.3-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product_id": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.4.3-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_id": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-3.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product": {
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_id": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.17.0-3.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product": {
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_id": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.17.0-3.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product": {
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_id": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.17.0-3.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.17.0-3.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product": {
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_id": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.17.0-3.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2023.8-3.el9.ppc64le",
"product": {
"name": "ostree-0:2023.8-3.el9.ppc64le",
"product_id": "ostree-0:2023.8-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2023.8-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2023.8-3.el9.ppc64le",
"product": {
"name": "ostree-devel-0:2023.8-3.el9.ppc64le",
"product_id": "ostree-devel-0:2023.8-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2023.8-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-grub2-0:2023.8-3.el9.ppc64le",
"product": {
"name": "ostree-grub2-0:2023.8-3.el9.ppc64le",
"product_id": "ostree-grub2-0:2023.8-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-grub2@2023.8-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2023.8-3.el9.ppc64le",
"product": {
"name": "ostree-libs-0:2023.8-3.el9.ppc64le",
"product_id": "ostree-libs-0:2023.8-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2023.8-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2023.8-3.el9.ppc64le",
"product": {
"name": "ostree-debugsource-0:2023.8-3.el9.ppc64le",
"product_id": "ostree-debugsource-0:2023.8-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2023.8-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"product": {
"name": "ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"product_id": "ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2023.8-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"product": {
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"product_id": "ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2023.8-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product_id": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-21.1.rhaos4.15.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product_id": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-21.1.rhaos4.15.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product_id": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-21.1.rhaos4.15.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el9.ppc64le",
"product": {
"name": "cri-tools-0:1.28.0-3.el9.ppc64le",
"product_id": "cri-tools-0:1.28.0-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"product": {
"name": "cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"product_id": "cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.28.0-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"product": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"product_id": "cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.28.0-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"product_id": "crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"product": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"product_id": "crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14-1.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"product_id": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14-1.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2024.2-1.el9.ppc64le",
"product": {
"name": "rpm-ostree-0:2024.2-1.el9.ppc64le",
"product_id": "rpm-ostree-0:2024.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2024.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"product": {
"name": "rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"product_id": "rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2024.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"product": {
"name": "rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"product_id": "rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2024.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"product": {
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"product_id": "rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2024.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"product": {
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"product_id": "rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2024.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"product_id": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2024.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product_id": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.rhaos4.15.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product_id": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.rhaos4.15.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_id": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-20.2.rhaos4.15.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_id": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-20.2.rhaos4.15.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_id": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-20.2.rhaos4.15.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-20.2.rhaos4.15.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product_id": "conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.2.rhaos4.14.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product": {
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product_id": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-1.2.rhaos4.14.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product": {
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product_id": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-1.2.rhaos4.14.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_id": "ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.16.2-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_id": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.16.2-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_id": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.16.2-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_id": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.16.2-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product": {
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_id": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.16.2-2.rhaos4.15.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product_id": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product_id": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"product_id": "bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"product_id": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.54.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"product_id": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_id": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-21.rhaos4.15.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"product": {
"name": "containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"product_id": "containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-61.rhaos4.15.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_id": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-2.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product": {
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_id": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.17.0-2.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product": {
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_id": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.17.0-2.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product": {
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_id": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.17.0-2.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.17.0-2.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product": {
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_id": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.17.0-2.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"product": {
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"product_id": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.6.13-2.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product_id": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-21.1.rhaos4.15.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product_id": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-21.1.rhaos4.15.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product_id": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-21.1.rhaos4.15.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el8.ppc64le",
"product": {
"name": "cri-tools-0:1.28.0-3.el8.ppc64le",
"product_id": "cri-tools-0:1.28.0-3.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"product": {
"name": "cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"product_id": "cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.28.0-3.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"product": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"product_id": "cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.28.0-3.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"product_id": "crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"product_id": "crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14-1.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"product_id": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14-1.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product_id": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.rhaos4.15.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product_id": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.rhaos4.15.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_id": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-20.2.rhaos4.15.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_id": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-20.2.rhaos4.15.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_id": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-20.2.rhaos4.15.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-20.2.rhaos4.15.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product_id": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-1.1.rhaos4.15.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-1.1.rhaos4.15.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-1.1.rhaos4.15.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product_id": "butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.20.0-1.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product_id": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.20.0-1.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product": {
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product_id": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.20.0-1.rhaos4.15.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product_id": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product_id": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"product_id": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_id": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-21.rhaos4.15.el8?arch=ppc64le\u0026epoch=3"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"product": {
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"product_id": "afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.4.3-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"product": {
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"product_id": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-dracut@5.4.3-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"product": {
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"product_id": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.4.3-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"product": {
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"product_id": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.4.3-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"product": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_id": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-3.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"product": {
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_id": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.17.0-3.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"product": {
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_id": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.17.0-3.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"product": {
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_id": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.17.0-3.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.17.0-3.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"product": {
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_id": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.17.0-3.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2023.8-3.el9.s390x",
"product": {
"name": "ostree-0:2023.8-3.el9.s390x",
"product_id": "ostree-0:2023.8-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2023.8-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2023.8-3.el9.s390x",
"product": {
"name": "ostree-devel-0:2023.8-3.el9.s390x",
"product_id": "ostree-devel-0:2023.8-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2023.8-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2023.8-3.el9.s390x",
"product": {
"name": "ostree-libs-0:2023.8-3.el9.s390x",
"product_id": "ostree-libs-0:2023.8-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2023.8-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2023.8-3.el9.s390x",
"product": {
"name": "ostree-debugsource-0:2023.8-3.el9.s390x",
"product_id": "ostree-debugsource-0:2023.8-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2023.8-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2023.8-3.el9.s390x",
"product": {
"name": "ostree-debuginfo-0:2023.8-3.el9.s390x",
"product_id": "ostree-debuginfo-0:2023.8-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2023.8-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"product": {
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"product_id": "ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2023.8-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product_id": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-21.1.rhaos4.15.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product_id": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-21.1.rhaos4.15.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product_id": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-21.1.rhaos4.15.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el9.s390x",
"product": {
"name": "cri-tools-0:1.28.0-3.el9.s390x",
"product_id": "cri-tools-0:1.28.0-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"product": {
"name": "cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"product_id": "cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.28.0-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"product": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"product_id": "cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.28.0-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el9.s390x",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el9.s390x",
"product_id": "crun-0:1.14-1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"product": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"product_id": "crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14-1.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"product": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"product_id": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14-1.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2024.2-1.el9.s390x",
"product": {
"name": "rpm-ostree-0:2024.2-1.el9.s390x",
"product_id": "rpm-ostree-0:2024.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2024.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2024.2-1.el9.s390x",
"product": {
"name": "rpm-ostree-devel-0:2024.2-1.el9.s390x",
"product_id": "rpm-ostree-devel-0:2024.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2024.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2024.2-1.el9.s390x",
"product": {
"name": "rpm-ostree-libs-0:2024.2-1.el9.s390x",
"product_id": "rpm-ostree-libs-0:2024.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2024.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"product": {
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"product_id": "rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2024.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"product": {
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"product_id": "rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2024.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"product_id": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2024.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"product": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"product_id": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.rhaos4.15.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"product": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"product_id": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.rhaos4.15.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_id": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-20.2.rhaos4.15.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_id": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-20.2.rhaos4.15.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_id": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-20.2.rhaos4.15.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_id": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-20.2.rhaos4.15.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product_id": "conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.2.rhaos4.14.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product": {
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product_id": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-1.2.rhaos4.14.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product": {
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product_id": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-1.2.rhaos4.14.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"product": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_id": "ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.16.2-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"product": {
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_id": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.16.2-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"product": {
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_id": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.16.2-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"product": {
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_id": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.16.2-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"product": {
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_id": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.16.2-2.rhaos4.15.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product_id": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product_id": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"product": {
"name": "bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"product_id": "bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-internal@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-partner@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "perf-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "perf-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "rtla-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "rtla-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"product_id": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.54.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"product": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"product_id": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_id": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-21.rhaos4.15.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-61.rhaos4.15.el8.s390x",
"product": {
"name": "containers-common-2:1-61.rhaos4.15.el8.s390x",
"product_id": "containers-common-2:1-61.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-61.rhaos4.15.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"product": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_id": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-2.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"product": {
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_id": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.17.0-2.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"product": {
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_id": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.17.0-2.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"product": {
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_id": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.17.0-2.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.17.0-2.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"product": {
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_id": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.17.0-2.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"product": {
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"product_id": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.6.13-2.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product_id": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-21.1.rhaos4.15.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product_id": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-21.1.rhaos4.15.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product_id": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-21.1.rhaos4.15.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el8.s390x",
"product": {
"name": "cri-tools-0:1.28.0-3.el8.s390x",
"product_id": "cri-tools-0:1.28.0-3.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"product": {
"name": "cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"product_id": "cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.28.0-3.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"product": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"product_id": "cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.28.0-3.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el8.s390x",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el8.s390x",
"product_id": "crun-0:1.14-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"product": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"product_id": "crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14-1.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"product": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"product_id": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14-1.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"product": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"product_id": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.rhaos4.15.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"product": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"product_id": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.rhaos4.15.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_id": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-20.2.rhaos4.15.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_id": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-20.2.rhaos4.15.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_id": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-20.2.rhaos4.15.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_id": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-20.2.rhaos4.15.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product_id": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-1.1.rhaos4.15.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-1.1.rhaos4.15.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-1.1.rhaos4.15.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"product": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"product_id": "butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.20.0-1.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"product": {
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"product_id": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.20.0-1.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"product": {
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"product_id": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.20.0-1.rhaos4.15.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product_id": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product_id": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"product": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"product_id": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_id": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-21.rhaos4.15.el8?arch=s390x\u0026epoch=3"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"product": {
"name": "rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"product_id": "rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn@5.4.3-2.rhaos4.15.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.1.2-1.rhaos4.15.el9.src",
"product": {
"name": "toolbox-0:0.1.2-1.rhaos4.15.el9.src",
"product_id": "toolbox-0:0.1.2-1.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.1.2-1.rhaos4.15.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"product": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"product_id": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-3.rhaos4.15.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2023.8-3.el9.src",
"product": {
"name": "ostree-0:2023.8-3.el9.src",
"product_id": "ostree-0:2023.8-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2023.8-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "rust-bootupd-0:0.2.17-1.el9.src",
"product": {
"name": "rust-bootupd-0:0.2.17-1.el9.src",
"product_id": "rust-bootupd-0:0.2.17-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-bootupd@0.2.17-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el9?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"product": {
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"product_id": "container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.228.1-1.rhaos4.15.el9?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el9.src",
"product": {
"name": "cri-tools-0:1.28.0-3.el9.src",
"product_id": "cri-tools-0:1.28.0-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el9.src",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el9.src",
"product_id": "crun-0:1.14-1.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2024.2-1.el9.src",
"product": {
"name": "rpm-ostree-0:2024.2-1.el9.src",
"product_id": "rpm-ostree-0:2024.2-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2024.2-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el9.src",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.src",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el9?arch=src\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"product": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"product_id": "conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.2.rhaos4.14.el9?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.src",
"product": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.src",
"product_id": "ignition-0:2.16.2-2.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.16.2-2.rhaos4.15.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.54.1.el9_2.src",
"product": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.src",
"product_id": "kernel-0:5.14.0-284.54.1.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.54.1.el9_2?arch=src"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"product": {
"name": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"product_id": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.54.1.rt14.339.el9_2?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"product": {
"name": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"product_id": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"product": {
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"product_id": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el9.src",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.src",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el9?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-61.rhaos4.15.el8.src",
"product": {
"name": "containers-common-2:1-61.rhaos4.15.el8.src",
"product_id": "containers-common-2:1-61.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-61.rhaos4.15.el8?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"product": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"product_id": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.17.0-2.rhaos4.15.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"product": {
"name": "haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"product_id": "haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy@2.6.13-2.rhaos4.15.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"product": {
"name": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"product_id": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift4-aws-iso@4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"product": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"product_id": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-21.1.rhaos4.15.el8?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"product": {
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"product_id": "container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.228.1-1.rhaos4.15.el8?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.15.0-202401231232.p0.gba252ab.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.28.0-3.el8.src",
"product": {
"name": "cri-tools-0:1.28.0-3.el8.src",
"product_id": "cri-tools-0:1.28.0-3.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.28.0-3.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14-1.rhaos4.15.el8.src",
"product": {
"name": "crun-0:1.14-1.rhaos4.15.el8.src",
"product_id": "crun-0:1.14-1.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14-1.rhaos4.15.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-1.rhaos4.15.el8.src",
"product": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.src",
"product_id": "runc-4:1.1.12-1.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.rhaos4.15.el8?arch=src\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"product": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"product_id": "buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-20.2.rhaos4.15.el8?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"product": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"product_id": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-1.1.rhaos4.15.el8?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"product": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"product_id": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.20.0-1.rhaos4.15.el8.src",
"product": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.src",
"product_id": "butane-0:0.20.0-1.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.20.0-1.rhaos4.15.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"product": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"product_id": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.28.3-14.rhaos4.15.git33aabd8.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"product": {
"name": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"product_id": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"product": {
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"product_id": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-21.rhaos4.15.el8.src",
"product": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.src",
"product_id": "podman-3:4.4.1-21.rhaos4.15.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-21.rhaos4.15.el8?arch=src\u0026epoch=3"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"product": {
"name": "toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"product_id": "toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.1.2-1.rhaos4.15.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"product": {
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"product_id": "container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.228.1-1.rhaos4.15.el9?arch=noarch\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"product": {
"name": "kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"product_id": "kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-284.54.1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"product": {
"name": "kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"product_id": "kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@5.14.0-284.54.1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"product": {
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"product_id": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"product": {
"name": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"product_id": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-test@4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"product": {
"name": "podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"product_id": "podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.4.1-21.rhaos4.15.el9?arch=noarch\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"product": {
"name": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"product_id": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift4-aws-iso@4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"product": {
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"product_id": "container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.228.1-1.rhaos4.15.el8?arch=noarch\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"product": {
"name": "butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"product_id": "butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-redistributable@0.20.0-1.rhaos4.15.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"product": {
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"product_id": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"product": {
"name": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"product_id": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-test@4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"product": {
"name": "podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"product_id": "podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.4.1-21.rhaos4.15.el8?arch=noarch\u0026epoch=3"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x"
},
"product_reference": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64"
},
"product_reference": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x"
},
"product_reference": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64"
},
"product_reference": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64"
},
"product_reference": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le"
},
"product_reference": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x"
},
"product_reference": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64"
},
"product_reference": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64"
},
"product_reference": "butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x"
},
"product_reference": "butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src"
},
"product_reference": "butane-0:0.20.0-1.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.20.0-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64"
},
"product_reference": "butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64"
},
"product_reference": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x"
},
"product_reference": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64"
},
"product_reference": "butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64"
},
"product_reference": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x"
},
"product_reference": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64"
},
"product_reference": "butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch"
},
"product_reference": "butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch"
},
"product_reference": "container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src"
},
"product_reference": "container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x"
},
"product_reference": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src"
},
"product_reference": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-61.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64"
},
"product_reference": "containers-common-2:1-61.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-61.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le"
},
"product_reference": "containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-61.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x"
},
"product_reference": "containers-common-2:1-61.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-61.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src"
},
"product_reference": "containers-common-2:1-61.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-61.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64"
},
"product_reference": "containers-common-2:1-61.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64"
},
"product_reference": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le"
},
"product_reference": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x"
},
"product_reference": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src"
},
"product_reference": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64"
},
"product_reference": "coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64"
},
"product_reference": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le"
},
"product_reference": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x"
},
"product_reference": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64"
},
"product_reference": "coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64"
},
"product_reference": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le"
},
"product_reference": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x"
},
"product_reference": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64"
},
"product_reference": "coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64"
},
"product_reference": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le"
},
"product_reference": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x"
},
"product_reference": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64"
},
"product_reference": "coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64"
},
"product_reference": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le"
},
"product_reference": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x"
},
"product_reference": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64"
},
"product_reference": "coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x"
},
"product_reference": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64"
},
"product_reference": "cri-tools-0:1.28.0-3.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le"
},
"product_reference": "cri-tools-0:1.28.0-3.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x"
},
"product_reference": "cri-tools-0:1.28.0-3.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src"
},
"product_reference": "cri-tools-0:1.28.0-3.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64"
},
"product_reference": "cri-tools-0:1.28.0-3.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64"
},
"product_reference": "cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le"
},
"product_reference": "cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x"
},
"product_reference": "cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64"
},
"product_reference": "cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.28.0-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64"
},
"product_reference": "cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.28.0-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le"
},
"product_reference": "cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.28.0-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x"
},
"product_reference": "cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.28.0-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64"
},
"product_reference": "cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64"
},
"product_reference": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x"
},
"product_reference": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64"
},
"product_reference": "crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64"
},
"product_reference": "crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x"
},
"product_reference": "crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64"
},
"product_reference": "crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-0:2.6.13-2.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src"
},
"product_reference": "haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64"
},
"product_reference": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le"
},
"product_reference": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x"
},
"product_reference": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64"
},
"product_reference": "haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src"
},
"product_reference": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch"
},
"product_reference": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src"
},
"product_reference": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch"
},
"product_reference": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x"
},
"product_reference": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch"
},
"product_reference": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src"
},
"product_reference": "openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch"
},
"product_reference": "podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64"
},
"product_reference": "podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le"
},
"product_reference": "podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x"
},
"product_reference": "podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64"
},
"product_reference": "podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64"
},
"product_reference": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x"
},
"product_reference": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64"
},
"product_reference": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64"
},
"product_reference": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le"
},
"product_reference": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x"
},
"product_reference": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64"
},
"product_reference": "runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x"
},
"product_reference": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64"
},
"product_reference": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le"
},
"product_reference": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x"
},
"product_reference": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64"
},
"product_reference": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64"
},
"product_reference": "afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x"
},
"product_reference": "afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64"
},
"product_reference": "afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64"
},
"product_reference": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x"
},
"product_reference": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64"
},
"product_reference": "afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64"
},
"product_reference": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x"
},
"product_reference": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64"
},
"product_reference": "afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootupd-0:0.2.17-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64"
},
"product_reference": "bootupd-0:0.2.17-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootupd-debuginfo-0:0.2.17-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64"
},
"product_reference": "bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64"
},
"product_reference": "bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x"
},
"product_reference": "bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64"
},
"product_reference": "bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64"
},
"product_reference": "buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x"
},
"product_reference": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64"
},
"product_reference": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x"
},
"product_reference": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64"
},
"product_reference": "buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64"
},
"product_reference": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le"
},
"product_reference": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x"
},
"product_reference": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64"
},
"product_reference": "buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64"
},
"product_reference": "conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le"
},
"product_reference": "conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x"
},
"product_reference": "conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src"
},
"product_reference": "conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64"
},
"product_reference": "conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64"
},
"product_reference": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le"
},
"product_reference": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x"
},
"product_reference": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64"
},
"product_reference": "conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64"
},
"product_reference": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le"
},
"product_reference": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x"
},
"product_reference": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64"
},
"product_reference": "conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch"
},
"product_reference": "container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-3:2.228.1-1.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src"
},
"product_reference": "container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64"
},
"product_reference": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le"
},
"product_reference": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x"
},
"product_reference": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src"
},
"product_reference": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64"
},
"product_reference": "coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64"
},
"product_reference": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le"
},
"product_reference": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x"
},
"product_reference": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64"
},
"product_reference": "coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64"
},
"product_reference": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le"
},
"product_reference": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x"
},
"product_reference": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64"
},
"product_reference": "coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64"
},
"product_reference": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le"
},
"product_reference": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x"
},
"product_reference": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64"
},
"product_reference": "coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64"
},
"product_reference": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le"
},
"product_reference": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x"
},
"product_reference": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64"
},
"product_reference": "coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64"
},
"product_reference": "cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x"
},
"product_reference": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64"
},
"product_reference": "cri-tools-0:1.28.0-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le"
},
"product_reference": "cri-tools-0:1.28.0-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x"
},
"product_reference": "cri-tools-0:1.28.0-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src"
},
"product_reference": "cri-tools-0:1.28.0-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.28.0-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64"
},
"product_reference": "cri-tools-0:1.28.0-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64"
},
"product_reference": "cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le"
},
"product_reference": "cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x"
},
"product_reference": "cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.28.0-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64"
},
"product_reference": "cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.28.0-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64"
},
"product_reference": "cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.28.0-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le"
},
"product_reference": "cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.28.0-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x"
},
"product_reference": "cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.28.0-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64"
},
"product_reference": "cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14-1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64"
},
"product_reference": "crun-0:1.14-1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64"
},
"product_reference": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x"
},
"product_reference": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64"
},
"product_reference": "crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64"
},
"product_reference": "crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le"
},
"product_reference": "crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x"
},
"product_reference": "crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64"
},
"product_reference": "crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64"
},
"product_reference": "ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x"
},
"product_reference": "ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src"
},
"product_reference": "ignition-0:2.16.2-2.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.16.2-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64"
},
"product_reference": "ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64"
},
"product_reference": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x"
},
"product_reference": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64"
},
"product_reference": "ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64"
},
"product_reference": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x"
},
"product_reference": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64"
},
"product_reference": "ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64"
},
"product_reference": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x"
},
"product_reference": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64"
},
"product_reference": "ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64"
},
"product_reference": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x"
},
"product_reference": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64"
},
"product_reference": "ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src"
},
"product_reference": "kernel-0:5.14.0-284.54.1.el9_2.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-284.54.1.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src"
},
"product_reference": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64"
},
"product_reference": "kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src"
},
"product_reference": "openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch"
},
"product_reference": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src"
},
"product_reference": "openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch"
},
"product_reference": "openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x"
},
"product_reference": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2023.8-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64"
},
"product_reference": "ostree-0:2023.8-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2023.8-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le"
},
"product_reference": "ostree-0:2023.8-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2023.8-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x"
},
"product_reference": "ostree-0:2023.8-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2023.8-3.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src"
},
"product_reference": "ostree-0:2023.8-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2023.8-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64"
},
"product_reference": "ostree-0:2023.8-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2023.8-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64"
},
"product_reference": "ostree-debuginfo-0:2023.8-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2023.8-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le"
},
"product_reference": "ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2023.8-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x"
},
"product_reference": "ostree-debuginfo-0:2023.8-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2023.8-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64"
},
"product_reference": "ostree-debuginfo-0:2023.8-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2023.8-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64"
},
"product_reference": "ostree-debugsource-0:2023.8-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2023.8-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le"
},
"product_reference": "ostree-debugsource-0:2023.8-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2023.8-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x"
},
"product_reference": "ostree-debugsource-0:2023.8-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2023.8-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64"
},
"product_reference": "ostree-debugsource-0:2023.8-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2023.8-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64"
},
"product_reference": "ostree-devel-0:2023.8-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2023.8-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le"
},
"product_reference": "ostree-devel-0:2023.8-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2023.8-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x"
},
"product_reference": "ostree-devel-0:2023.8-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2023.8-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64"
},
"product_reference": "ostree-devel-0:2023.8-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-grub2-0:2023.8-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64"
},
"product_reference": "ostree-grub2-0:2023.8-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-grub2-0:2023.8-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le"
},
"product_reference": "ostree-grub2-0:2023.8-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-grub2-0:2023.8-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64"
},
"product_reference": "ostree-grub2-0:2023.8-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2023.8-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64"
},
"product_reference": "ostree-libs-0:2023.8-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2023.8-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le"
},
"product_reference": "ostree-libs-0:2023.8-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2023.8-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x"
},
"product_reference": "ostree-libs-0:2023.8-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2023.8-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64"
},
"product_reference": "ostree-libs-0:2023.8-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64"
},
"product_reference": "ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le"
},
"product_reference": "ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x"
},
"product_reference": "ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2023.8-3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64"
},
"product_reference": "ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "perf-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "perf-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "perf-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch"
},
"product_reference": "podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64"
},
"product_reference": "podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le"
},
"product_reference": "podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x"
},
"product_reference": "podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64"
},
"product_reference": "podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2024.2-1.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64"
},
"product_reference": "rpm-ostree-0:2024.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2024.2-1.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le"
},
"product_reference": "rpm-ostree-0:2024.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2024.2-1.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x"
},
"product_reference": "rpm-ostree-0:2024.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2024.2-1.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src"
},
"product_reference": "rpm-ostree-0:2024.2-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2024.2-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64"
},
"product_reference": "rpm-ostree-0:2024.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64"
},
"product_reference": "rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le"
},
"product_reference": "rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x"
},
"product_reference": "rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64"
},
"product_reference": "rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64"
},
"product_reference": "rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le"
},
"product_reference": "rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x"
},
"product_reference": "rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2024.2-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64"
},
"product_reference": "rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2024.2-1.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64"
},
"product_reference": "rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2024.2-1.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le"
},
"product_reference": "rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2024.2-1.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x"
},
"product_reference": "rpm-ostree-devel-0:2024.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2024.2-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64"
},
"product_reference": "rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2024.2-1.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64"
},
"product_reference": "rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2024.2-1.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le"
},
"product_reference": "rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2024.2-1.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x"
},
"product_reference": "rpm-ostree-libs-0:2024.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2024.2-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64"
},
"product_reference": "rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.54.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64"
},
"product_reference": "rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.54.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le"
},
"product_reference": "rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.54.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x"
},
"product_reference": "rtla-0:5.14.0-284.54.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.54.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64"
},
"product_reference": "rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64"
},
"product_reference": "runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64"
},
"product_reference": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le"
},
"product_reference": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x"
},
"product_reference": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64"
},
"product_reference": "runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64"
},
"product_reference": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le"
},
"product_reference": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x"
},
"product_reference": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64"
},
"product_reference": "runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src"
},
"product_reference": "rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64"
},
"product_reference": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le"
},
"product_reference": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x"
},
"product_reference": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64"
},
"product_reference": "rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-bootupd-0:0.2.17-1.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src"
},
"product_reference": "rust-bootupd-0:0.2.17-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64"
},
"product_reference": "rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64"
},
"product_reference": "skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x"
},
"product_reference": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64"
},
"product_reference": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le"
},
"product_reference": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x"
},
"product_reference": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64"
},
"product_reference": "skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.1.2-1.rhaos4.15.el9.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch"
},
"product_reference": "toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.1.2-1.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
},
"product_reference": "toolbox-0:0.1.2-1.rhaos4.15.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39325",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-10T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2243296"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is related to CVE-2023-44487.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"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-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39325"
},
{
"category": "external",
"summary": "RHBZ#2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-44487",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://go.dev/issue/63417",
"url": "https://go.dev/issue/63417"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-27T22:34:13+00:00",
"details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.15/release_notes/ocp-4-15-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7201"
},
{
"category": "workaround",
"details": "The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"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-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)"
},
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"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-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-27T22:34:13+00:00",
"details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.15/release_notes/ocp-4-15-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7201"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-27T22:34:13+00:00",
"details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.15/release_notes/ocp-4-15-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7201"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"cve": "CVE-2023-48795",
"cwe": {
"id": "CWE-222",
"name": "Truncation of Security-relevant Information"
},
"discovery_date": "2023-12-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2254210"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SSH channel integrity. By manipulating sequence numbers during the handshake, an attacker can remove the initial messages on the secure channel without causing a MAC failure. For example, an attacker could disable the ping extension and thus disable the new countermeasure in OpenSSH 9.5 against keystroke timing attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is classified as moderate because the attack requires an active Man-in-the-Middle (MITM) who can intercept and modify the connection\u0027s traffic at the TCP/IP layer.\n\nAlthough the attack is cryptographically innovative, its security impact is fortunately quite limited. It only allows the deletion of consecutive messages, and deleting most messages at this protocol stage prevents user authentication from proceeding, leading to a stalled connection.\n\nThe most significant identified impact is that it enables a MITM to delete the SSH2_MSG_EXT_INFO message sent before authentication begins. This allows the attacker to disable a subset of keystroke timing obfuscation features. However, there is no other observable impact on session secrecy or session integrity.",
"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-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-48795"
},
{
"category": "external",
"summary": "RHBZ#2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7071748",
"url": "https://access.redhat.com/solutions/7071748"
},
{
"category": "external",
"summary": "https://terrapin-attack.com/",
"url": "https://terrapin-attack.com/"
}
],
"release_date": "2023-12-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-27T22:34:13+00:00",
"details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.15/release_notes/ocp-4-15-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7201"
},
{
"category": "workaround",
"details": "Update to the last version and check that client and server provide kex pseudo-algorithms indicating usage of the updated version of the protocol which is protected from the attack. If \"kex-strict-c-v00@openssh.com\" is provided by clients and \"kex-strict-s-v00@openssh.com\" is in the server\u0027s reply, no other steps are necessary.\n\nDisabling ciphers if necessary:\n\nIf \"kex-strict-c-v00@openssh.com\" is not provided by clients or \"kex-strict-s-v00@openssh.com\" is absent in the server\u0027s reply, you can disable the following ciphers and HMACs as a workaround on RHEL-8 and RHEL-9:\n\n1. chacha20-poly1305@openssh.com\n2. hmac-sha2-512-etm@openssh.com\n3. hmac-sha2-256-etm@openssh.com\n4. hmac-sha1-etm@openssh.com\n5. hmac-md5-etm@openssh.com\n\nTo do that through crypto-policies, one can apply a subpolicy with the following content:\n```\ncipher@SSH = -CHACHA20-POLY1305\nssh_etm = 0\n```\ne.g., by putting these lines into `/etc/crypto-policies/policies/modules/CVE-2023-48795.pmod`, applying the resulting subpolicy with `update-crypto-policies --set $(update-crypto-policies --show):CVE-2023-48795` and restarting openssh server.\n\nOne can verify that the changes are in effect by ensuring the ciphers listed above are missing from both `/etc/crypto-policies/back-ends/openssh.config` and `/etc/crypto-policies/back-ends/opensshserver.config`.\n\nFor more details on using crypto-policies, please refer to https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/using-the-system-wide-cryptographic-policies_security-hardening\n\nNote that this procedure does limit the interoperability of the host and is only suggested as a temporary mitigation until the issue is fully resolved with an update.\n\nFor RHEL-7: \nWe can recommend to use strict MACs and Ciphers on RHEL7 in both files /etc/ssh/ssh_config and /etc/ssh/sshd_config.\n\nBelow strict set of Ciphers and MACs can be used as mitigation for RHEL 7.\n\n```\nCiphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com\nMACs umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512\n```\n\n- For Openshift Container Platform 4:\nPlease refer the KCS[1] document for verifying the fix in RHCOS.\n\n[1] https://access.redhat.com/solutions/7071748",
"product_ids": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src",
"8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x",
"8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src",
"8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x",
"8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src",
"8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src",
"8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src",
"8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x",
"8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src",
"9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x",
"9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src",
"9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x",
"9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src",
"9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x",
"9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src",
"9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src",
"9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src",
"9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src",
"9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src",
"9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x",
"9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src",
"9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x",
"9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x",
"9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src",
"9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src",
"9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x",
"9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch",
"9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)"
}
]
}
rhsa-2024:2988
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update 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 Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.\n\nSecurity Fix(es):\n\n* urllib3: urllib3 does not remove the authorization HTTP header when following a cross-origin redirect (CVE-2018-25091)\n\n* golang: math/big.Rat: may cause a panic or an unrecoverable fatal error if passed inputs with very large exponents (CVE-2021-33198)\n\n* golang: crypto/tls: certificate of wrong type is causing TLS client to panic (CVE-2021-34558)\n\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* golang: crypto/tls: slow verification of certificate chains containing large RSA keys (CVE-2023-29409)\n\n* golang: html/template: improper handling of HTML-like comments within script contexts (CVE-2023-39318)\n\n* golang: html/template: improper handling of special tags within script contexts (CVE-2023-39319)\n\n* golang: crypto/tls: panic when processing post-handshake message on QUIC connections (CVE-2023-39321)\n\n* golang: crypto/tls: lack of a limit on buffered post-handshake (CVE-2023-39322)\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\n* urllib3: Request body not stripped after redirect from 303 status changes request method to GET (CVE-2023-45803)\n\n* ssh: Prefix truncation attack on Binary Packet Protocol (BPP) (CVE-2023-48795)\n\n* moby/buildkit: Possible race condition with accessing subpaths from cache mounts (CVE-2024-23650)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.10 Release Notes linked from 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-2024:2988",
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.10_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.10_release_notes/index"
},
{
"category": "external",
"summary": "1983596",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1983596"
},
{
"category": "external",
"summary": "1989575",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1989575"
},
{
"category": "external",
"summary": "2132867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867"
},
{
"category": "external",
"summary": "2132868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868"
},
{
"category": "external",
"summary": "2132872",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872"
},
{
"category": "external",
"summary": "2228743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743"
},
{
"category": "external",
"summary": "2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "2244340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244340"
},
{
"category": "external",
"summary": "2246840",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246840"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "2262272",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262272"
},
{
"category": "external",
"summary": "RHEL-18150",
"url": "https://issues.redhat.com/browse/RHEL-18150"
},
{
"category": "external",
"summary": "RHEL-2598",
"url": "https://issues.redhat.com/browse/RHEL-2598"
},
{
"category": "external",
"summary": "RHEL-26594",
"url": "https://issues.redhat.com/browse/RHEL-26594"
},
{
"category": "external",
"summary": "RHEL-3088",
"url": "https://issues.redhat.com/browse/RHEL-3088"
},
{
"category": "external",
"summary": "RHEL-3093",
"url": "https://issues.redhat.com/browse/RHEL-3093"
},
{
"category": "external",
"summary": "RHEL-3146",
"url": "https://issues.redhat.com/browse/RHEL-3146"
},
{
"category": "external",
"summary": "RHEL-9836",
"url": "https://issues.redhat.com/browse/RHEL-9836"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2988.json"
}
],
"title": "Red Hat Security Advisory: container-tools:rhel8 security update",
"tracking": {
"current_release_date": "2025-11-11T15:52:37+00:00",
"generator": {
"date": "2025-11-11T15:52:37+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2024:2988",
"initial_release_date": "2024-05-22T09:48:55+00:00",
"revision_history": [
{
"date": "2024-05-22T09:48:55+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-22T09:48:55+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-11T15:52:37+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.GA",
"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.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B21209%2B52deeb51?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src (container-tools:rhel8)",
"product_id": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src (container-tools:rhel8)",
"product_id": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@84.1-1.module%2Bel8.10.0%2B21373%2B0d273fdf?arch=src\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-2.module%2Bel8.10.0%2B21196%2B3f0abbca?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src (container-tools:rhel8)",
"product_id": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-81.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.src (container-tools:rhel8)",
"product_id": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=src\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=src\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=src\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=src\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=src\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"product": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src (container-tools:rhel8)",
"product_id": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"product": {
"name": "python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src (container-tools:rhel8)",
"product_id": "python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.9.0-1.module%2Bel8.10.0%2B21196%2B3f0abbca?arch=src\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=src\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=src\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.9.0%2B20326%2B387084d0?arch=src\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B21209%2B52deeb51?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 (container-tools:rhel8)",
"product_id": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-81.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8)",
"product_id": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8)",
"product_id": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64 (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64 (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.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%2B20565%2Ba40ba0e5?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.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%2B20565%2Ba40ba0e5?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8)",
"product_id": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8)",
"product_id": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch (container-tools:rhel8)",
"product_id": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@84.1-1.module%2Bel8.10.0%2B21373%2B0d273fdf?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-2.module%2Bel8.10.0%2B21196%2B3f0abbca?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"product": {
"name": "podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch (container-tools:rhel8)",
"product_id": "podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=noarch\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"product": {
"name": "python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch (container-tools:rhel8)",
"product_id": "python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.9.0-1.module%2Bel8.10.0%2B21196%2B3f0abbca?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.9.0%2B20326%2B387084d0?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B21209%2B52deeb51?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x (container-tools:rhel8)",
"product_id": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x (container-tools:rhel8)",
"product_id": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-81.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8)",
"product_id": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8)",
"product_id": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8)",
"product_id": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8)",
"product_id": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8)",
"product_id": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B21209%2B52deeb51?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le (container-tools:rhel8)",
"product_id": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le (container-tools:rhel8)",
"product_id": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-81.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8)",
"product_id": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8)",
"product_id": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8)",
"product_id": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8)",
"product_id": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B21209%2B52deeb51?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 (container-tools:rhel8)",
"product_id": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-81.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8)",
"product_id": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8)",
"product_id": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64 (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64 (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8)",
"product_id": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8)",
"product_id": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240227110532:82888897"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8"
},
"product_reference": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8"
},
"product_reference": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-25091",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2023-10-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2244340"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the urllib3 package. Affected versions of this package are vulnerable to information exposure through sent data when the authorization HTTP header is not removed during a cross-origin redirect. An attacker can expose credentials in the authorization header to unintended hosts or transmit them in clear text by exploiting the incomplete fix for CVE-2018-20060.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 does not remove the authorization HTTP header when following a cross-origin redirect",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is only exploitable if a redirect differs in host, port, or scheme. Due to the credential exposure in the authorization header, the confidentiality is highly impacted, but there is no proof that the integrity is affected in any way.",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-25091"
},
{
"category": "external",
"summary": "RHBZ#2244340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244340"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-25091",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25091"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-25091",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-25091"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-PYTHON-URLLIB3-5969479",
"url": "https://security.snyk.io/vuln/SNYK-PYTHON-URLLIB3-5969479"
}
],
"release_date": "2023-10-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: urllib3 does not remove the authorization HTTP header when following a cross-origin redirect"
},
{
"cve": "CVE-2021-33198",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-08-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1989575"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go, where it attempts to allocate excessive memory. This issue may cause panic or unrecoverable fatal error if passed inputs with very large exponents. The highest threat from this vulnerability is to system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: math/big.Rat: may cause a panic or an unrecoverable fatal error if passed inputs with very large exponents",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "* Since OpenShift Container Platform 3.11 is in Maintenance Phase of the support, only Important and Critical severity vulnerabilities will be addressed at this time.\n\n* In Service Telemetry Framework, because the flaw has a lower impact and the package is not directly used by STF, no updates will be provided at this time for the STF containers.",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-33198"
},
{
"category": "external",
"summary": "RHBZ#1989575",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1989575"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-33198",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33198"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-33198",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-33198"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/RgCMkAEQjSI",
"url": "https://groups.google.com/g/golang-announce/c/RgCMkAEQjSI"
}
],
"release_date": "2021-03-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: math/big.Rat: may cause a panic or an unrecoverable fatal error if passed inputs with very large exponents"
},
{
"cve": "CVE-2021-34558",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2021-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1983596"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A panic can be triggered by an attacker in a privileged network position without access to the server certificate\u0027s private key, as long as a trusted ECDSA or Ed25519 certificate for the server exists (or can be issued), or the client is configured with Config.InsecureSkipVerify. Clients that disable all TLS_RSA cipher suites (that is, TLS 1.0\u20131.2 cipher suites without ECDHE), as well as TLS 1.3-only clients, are unaffected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: certificate of wrong type is causing TLS client to panic",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "* This vulnerability potentially affects any component written in Go that uses crypto/tls from the standard library. It is possible for components that make client connections to malicious servers to be exploited, however the maximum impact is a crash. This vulnerability is rated Low for the following components: \n - OpenShift Container Platform\n - OpenShift distributed tracing (formerly OpenShift Jaeger)\n - OpenShift Migration Toolkit for Containers\n - Red Hat Advanced Cluster Management for Kubernetes\n - Red Hat OpenShift on AWS\n - Red Hat OpenShift Virtualization\n\n* Because OpenShift Container Platform 3.11 is in Maintenance Phase of the support, only Important and Critical severity vulnerabilities will be addressed at this time.\n\n* Because Service Telemetry Framework1.2 will be retiring soon and the flaw\u0027s impact is lower, no update will be provided at this time for STF1.2\u0027s containers.",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-34558"
},
{
"category": "external",
"summary": "RHBZ#1983596",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1983596"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-34558",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34558"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-34558",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-34558"
},
{
"category": "external",
"summary": "https://golang.org/doc/devel/release#go1.15.minor",
"url": "https://golang.org/doc/devel/release#go1.15.minor"
},
{
"category": "external",
"summary": "https://golang.org/doc/devel/release#go1.16.minor",
"url": "https://golang.org/doc/devel/release#go1.16.minor"
}
],
"release_date": "2021-07-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: certificate of wrong type is causing TLS client to panic"
},
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-2879",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2022-10-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2132867"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: github.com/vbatts/tar-split: unbounded memory consumption when reading headers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.\n\n\nThis flaw additionally affects the github.com/vbatts/tar-split library and was fixed in v0.12.1.",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2879"
},
{
"category": "external",
"summary": "RHBZ#2132867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/54853",
"url": "https://github.com/golang/go/issues/54853"
},
{
"category": "external",
"summary": "https://github.com/vbatts/tar-split/releases/tag/v0.12.1",
"url": "https://github.com/vbatts/tar-split/releases/tag/v0.12.1"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1",
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1"
}
],
"release_date": "2022-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: github.com/vbatts/tar-split: unbounded memory consumption when reading headers"
},
{
"acknowledgments": [
{
"names": [
"Daniel Abeles"
],
"organization": "Head of Research, Oxeye"
},
{
"names": [
"Gal Goldstein"
],
"organization": "Security Researcher, Oxeye"
}
],
"cve": "CVE-2022-2880",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-10-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2132868"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2880"
},
{
"category": "external",
"summary": "RHBZ#2132868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/54663",
"url": "https://github.com/golang/go/issues/54663"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1",
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1"
}
],
"release_date": "2022-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-41715",
"discovery_date": "2022-10-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2132872"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: regexp/syntax: limit memory used by parsing regexps",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41715"
},
{
"category": "external",
"summary": "RHBZ#2132872",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/55949",
"url": "https://github.com/golang/go/issues/55949"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1",
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1"
}
],
"release_date": "2022-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"cve": "CVE-2023-29409",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-08-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2228743"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vulnerability was found in the Golang Go package caused by an uncontrolled resource consumption flaw. By persuading a victim to use a specially crafted certificate with large RSA keys, a remote attacker can cause a client/server to expend significant CPU time verifying signatures, resulting in a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29409"
},
{
"category": "external",
"summary": "RHBZ#2228743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409"
},
{
"category": "external",
"summary": "https://go.dev/cl/515257",
"url": "https://go.dev/cl/515257"
},
{
"category": "external",
"summary": "https://go.dev/issue/61460",
"url": "https://go.dev/issue/61460"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ",
"url": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1987",
"url": "https://pkg.go.dev/vuln/GO-2023-1987"
}
],
"release_date": "2023-08-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39318",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237776"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not properly handle HMTL-like \"\u003c!--\" and \"--\u003e\" comment tokens, nor hashbang \"#!\" comment tokens, in \u003cscript\u003e contexts. This issue may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of HTML-like comments within script contexts",
"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": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39318"
},
{
"category": "external",
"summary": "RHBZ#2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318"
},
{
"category": "external",
"summary": "https://go.dev/cl/526156",
"url": "https://go.dev/cl/526156"
},
{
"category": "external",
"summary": "https://go.dev/issue/62196",
"url": "https://go.dev/issue/62196"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2041.json",
"url": "https://vuln.go.dev/ID/GO-2023-2041.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of HTML-like comments within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39319",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237773"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of \"\u003cscript\", \"\u003c!--\", and \"\u003c/script\" within JS literals in \u003cscript\u003e contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of special tags within script contexts",
"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": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39319"
},
{
"category": "external",
"summary": "RHBZ#2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319"
},
{
"category": "external",
"summary": "https://go.dev/cl/526157",
"url": "https://go.dev/cl/526157"
},
{
"category": "external",
"summary": "https://go.dev/issue/62197",
"url": "https://go.dev/issue/62197"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2043.json",
"url": "https://vuln.go.dev/ID/GO-2023-2043.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of special tags within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Martin Seemann"
]
}
],
"cve": "CVE-2023-39321",
"cwe": {
"id": "CWE-805",
"name": "Buffer Access with Incorrect Length Value"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237777"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The flaw has been marked as moderate instead of high like NVD \nQUICConn.HandleData buffers data and passes it to handlePostHandshakeMessage every time the buffer contains a complete message, while HandleData doesn\u0027t limit the amount of data it can buffer, a panic or denial of service would likely be lower severity,also in order to exploit this vulnerability, an attacker would have to smuggle partial handshake data which might be rejected altogether as per tls RFC specification.Therfore because of a lower severity denial of service and conditions that are beyond the scope of attackers control,we have marked this as moderate severity",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39321"
},
{
"category": "external",
"summary": "RHBZ#2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39321"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2044.json",
"url": "https://vuln.go.dev/ID/GO-2023-2044.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections"
},
{
"acknowledgments": [
{
"names": [
"Marten Seemann"
]
}
],
"cve": "CVE-2023-39322",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237778"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: lack of a limit on buffered post-handshake",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A vulnerability was found in the Go QUIC protocol implementation in the logic that processes post-handshake messages. It is an uncontrolled resource consumption flaw, triggered when a malicious connection sends data without an enforced upper bound. This leads to unbounded memory growth, causing the service to crash and resulting in a denial of service.The single-dimensional impact of denial of service and the added complexity of whether the resource exhaustion would happen, being out of an attacker\u0027s control,this has been rated as moderate severity.",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39322"
},
{
"category": "external",
"summary": "RHBZ#2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39322"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2045.json",
"url": "https://vuln.go.dev/ID/GO-2023-2045.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
}
],
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: lack of a limit on buffered post-handshake"
},
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"cve": "CVE-2023-45803",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2023-10-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2246840"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. urllib3 doesn\u0027t remove the HTTP request body when an HTTP redirect response using status 301, 302, or 303, after changing the method in a request from one that could accept a request body such as `POST` to `GET`, as is required by HTTP RFCs. This issue requires a previously trusted service to become compromised in order to have an impact on confidentiality, therefore, the exploitability of this vulnerability is low. Additionally, many users aren\u0027t putting sensitive data in HTTP request bodies; if this is the case, this vulnerability isn\u0027t exploitable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: Request body not stripped after redirect from 303 status changes request method to GET",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Both of the following conditions must be true to be affected by this vulnerability: \n1. Using urllib3 and submitting sensitive information in the HTTP request body such as form data or JSON\n2. The origin service is compromised and starts redirecting using 301, 302, or 303 to a malicious peer or the redirected-to service becomes compromised",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45803"
},
{
"category": "external",
"summary": "RHBZ#2246840",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246840"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45803",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45803"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/4e98d57809dacab1cbe625fddeec1a290c478ea9",
"url": "https://github.com/urllib3/urllib3/commit/4e98d57809dacab1cbe625fddeec1a290c478ea9"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-g4mx-q9vg-27p4",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-g4mx-q9vg-27p4"
},
{
"category": "external",
"summary": "https://www.rfc-editor.org/rfc/rfc9110.html#name-get",
"url": "https://www.rfc-editor.org/rfc/rfc9110.html#name-get"
}
],
"release_date": "2023-10-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "workaround",
"details": "Users unable to update should disable redirects for services that aren\u0027t expecting to respond with redirects with `redirects=False`, disable automatic redirects with `redirects=False`, and handle 301, 302, and 303 redirects manually by stripping the HTTP request body.",
"product_ids": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: Request body not stripped after redirect from 303 status changes request method to GET"
},
{
"cve": "CVE-2023-48795",
"cwe": {
"id": "CWE-222",
"name": "Truncation of Security-relevant Information"
},
"discovery_date": "2023-12-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2254210"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SSH channel integrity. By manipulating sequence numbers during the handshake, an attacker can remove the initial messages on the secure channel without causing a MAC failure. For example, an attacker could disable the ping extension and thus disable the new countermeasure in OpenSSH 9.5 against keystroke timing attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is classified as moderate because the attack requires an active Man-in-the-Middle (MITM) who can intercept and modify the connection\u0027s traffic at the TCP/IP layer.\n\nAlthough the attack is cryptographically innovative, its security impact is fortunately quite limited. It only allows the deletion of consecutive messages, and deleting most messages at this protocol stage prevents user authentication from proceeding, leading to a stalled connection.\n\nThe most significant identified impact is that it enables a MITM to delete the SSH2_MSG_EXT_INFO message sent before authentication begins. This allows the attacker to disable a subset of keystroke timing obfuscation features. However, there is no other observable impact on session secrecy or session integrity.",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-48795"
},
{
"category": "external",
"summary": "RHBZ#2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7071748",
"url": "https://access.redhat.com/solutions/7071748"
},
{
"category": "external",
"summary": "https://terrapin-attack.com/",
"url": "https://terrapin-attack.com/"
}
],
"release_date": "2023-12-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "workaround",
"details": "Update to the last version and check that client and server provide kex pseudo-algorithms indicating usage of the updated version of the protocol which is protected from the attack. If \"kex-strict-c-v00@openssh.com\" is provided by clients and \"kex-strict-s-v00@openssh.com\" is in the server\u0027s reply, no other steps are necessary.\n\nDisabling ciphers if necessary:\n\nIf \"kex-strict-c-v00@openssh.com\" is not provided by clients or \"kex-strict-s-v00@openssh.com\" is absent in the server\u0027s reply, you can disable the following ciphers and HMACs as a workaround on RHEL-8 and RHEL-9:\n\n1. chacha20-poly1305@openssh.com\n2. hmac-sha2-512-etm@openssh.com\n3. hmac-sha2-256-etm@openssh.com\n4. hmac-sha1-etm@openssh.com\n5. hmac-md5-etm@openssh.com\n\nTo do that through crypto-policies, one can apply a subpolicy with the following content:\n```\ncipher@SSH = -CHACHA20-POLY1305\nssh_etm = 0\n```\ne.g., by putting these lines into `/etc/crypto-policies/policies/modules/CVE-2023-48795.pmod`, applying the resulting subpolicy with `update-crypto-policies --set $(update-crypto-policies --show):CVE-2023-48795` and restarting openssh server.\n\nOne can verify that the changes are in effect by ensuring the ciphers listed above are missing from both `/etc/crypto-policies/back-ends/openssh.config` and `/etc/crypto-policies/back-ends/opensshserver.config`.\n\nFor more details on using crypto-policies, please refer to https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/using-the-system-wide-cryptographic-policies_security-hardening\n\nNote that this procedure does limit the interoperability of the host and is only suggested as a temporary mitigation until the issue is fully resolved with an update.\n\nFor RHEL-7: \nWe can recommend to use strict MACs and Ciphers on RHEL7 in both files /etc/ssh/ssh_config and /etc/ssh/sshd_config.\n\nBelow strict set of Ciphers and MACs can be used as mitigation for RHEL 7.\n\n```\nCiphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com\nMACs umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512\n```\n\n- For Openshift Container Platform 4:\nPlease refer the KCS[1] document for verifying the fix in RHCOS.\n\n[1] https://access.redhat.com/solutions/7071748",
"product_ids": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)"
},
{
"cve": "CVE-2024-23650",
"cwe": {
"id": "CWE-754",
"name": "Improper Check for Unusual or Exceptional Conditions"
},
"discovery_date": "2024-02-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2262272"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the Moby Builder Toolkit. A malicious BuildKit client or any frontend that can craft a request could lead to the BuildKit daemon crashing with a panic due to the lack of input validation. A frontend is usually specified as the #syntax line on a Dockerfile or with the --frontend flag when using the buildctl build command.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "moby/buildkit: Possible race condition with accessing subpaths from cache mounts",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-754: Improper Check for Unusual or Exceptional Conditions vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to apply the most restrictive settings required for operations, while baseline configurations maintain secure system and software states. A defense-in-depth monitoring strategy includes perimeter firewalls and endpoint protection services that detect and respond to indicators in real time, enabling logging and auditing of system behavior to identify and address improper exception handling. Automated integrity checks alert on unverified exception-related errors, while memory protection mechanisms reduce the risk of crashes or vulnerabilities caused by improper handling.",
"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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-23650"
},
{
"category": "external",
"summary": "RHBZ#2262272",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262272"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-23650",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23650"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-23650",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23650"
},
{
"category": "external",
"summary": "https://github.com/moby/buildkit/security/advisories/GHSA-9p26-698r-w4hx",
"url": "https://github.com/moby/buildkit/security/advisories/GHSA-9p26-698r-w4hx"
}
],
"release_date": "2024-01-31T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T09:48:55+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.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "workaround",
"details": "Avoid using untrusted input for the client or frontend syntax to minimize the vulnerability exploration.",
"product_ids": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src::container-tools:rhel8",
"AppStream-8.10.0.GA:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x::container-tools:rhel8",
"AppStream-8.10.0.GA:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch::container-tools:rhel8",
"AppStream-8.10.0.GA:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "moby/buildkit: Possible race condition with accessing subpaths from cache mounts"
}
]
}
rhsa-2024:3316
Vulnerability from csaf_redhat
Notes
{
"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": "Migration Toolkit for Applications 7.0.3 release\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 link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Migration Toolkit for Applications 7.0.3 Images\n\nSecurity Fix(es) from Bugzilla:\n\n* golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\n\n* webpack-dev-middleware: lack of URL validation may lead to file leak (CVE-2024-29180)\n\n* axios: exposure of confidential data stored in cookies (CVE-2023-45857)\n\n* css-tools: Improper Input Validation causes Denial of Service via Regular Expression (CVE-2023-26364)\n\n* go-resty: HTTP request body disclosure in github.com/go-resty/resty/v2 (CVE-2023-45286)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* css-tools: regular expression denial of service (ReDoS) when parsing CSS (CVE-2023-48631)\n\n* follow-redirects: Improper Input Validation due to the improper handling of URLs by the url.parse() (CVE-2023-26159)\n\n* golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON (CVE-2024-24786)\n\n* follow-redirects: Possible credential leak (CVE-2024-28849)",
"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-2024:3316",
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2248979",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2248979"
},
{
"category": "external",
"summary": "2250364",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2250364"
},
{
"category": "external",
"summary": "2252012",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252012"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2254559",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254559"
},
{
"category": "external",
"summary": "2256413",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2256413"
},
{
"category": "external",
"summary": "2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "2269576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269576"
},
{
"category": "external",
"summary": "2270863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270863"
},
{
"category": "external",
"summary": "MTA-1578",
"url": "https://issues.redhat.com/browse/MTA-1578"
},
{
"category": "external",
"summary": "MTA-1959",
"url": "https://issues.redhat.com/browse/MTA-1959"
},
{
"category": "external",
"summary": "MTA-1961",
"url": "https://issues.redhat.com/browse/MTA-1961"
},
{
"category": "external",
"summary": "MTA-1970",
"url": "https://issues.redhat.com/browse/MTA-1970"
},
{
"category": "external",
"summary": "MTA-1997",
"url": "https://issues.redhat.com/browse/MTA-1997"
},
{
"category": "external",
"summary": "MTA-2003",
"url": "https://issues.redhat.com/browse/MTA-2003"
},
{
"category": "external",
"summary": "MTA-2117",
"url": "https://issues.redhat.com/browse/MTA-2117"
},
{
"category": "external",
"summary": "MTA-2186",
"url": "https://issues.redhat.com/browse/MTA-2186"
},
{
"category": "external",
"summary": "MTA-2224",
"url": "https://issues.redhat.com/browse/MTA-2224"
},
{
"category": "external",
"summary": "MTA-2243",
"url": "https://issues.redhat.com/browse/MTA-2243"
},
{
"category": "external",
"summary": "MTA-2287",
"url": "https://issues.redhat.com/browse/MTA-2287"
},
{
"category": "external",
"summary": "MTA-2308",
"url": "https://issues.redhat.com/browse/MTA-2308"
},
{
"category": "external",
"summary": "MTA-2314",
"url": "https://issues.redhat.com/browse/MTA-2314"
},
{
"category": "external",
"summary": "MTA-2341",
"url": "https://issues.redhat.com/browse/MTA-2341"
},
{
"category": "external",
"summary": "MTA-2380",
"url": "https://issues.redhat.com/browse/MTA-2380"
},
{
"category": "external",
"summary": "MTA-2400",
"url": "https://issues.redhat.com/browse/MTA-2400"
},
{
"category": "external",
"summary": "MTA-2409",
"url": "https://issues.redhat.com/browse/MTA-2409"
},
{
"category": "external",
"summary": "MTA-2410",
"url": "https://issues.redhat.com/browse/MTA-2410"
},
{
"category": "external",
"summary": "MTA-2426",
"url": "https://issues.redhat.com/browse/MTA-2426"
},
{
"category": "external",
"summary": "MTA-2427",
"url": "https://issues.redhat.com/browse/MTA-2427"
},
{
"category": "external",
"summary": "MTA-2451",
"url": "https://issues.redhat.com/browse/MTA-2451"
},
{
"category": "external",
"summary": "MTA-2452",
"url": "https://issues.redhat.com/browse/MTA-2452"
},
{
"category": "external",
"summary": "MTA-2495",
"url": "https://issues.redhat.com/browse/MTA-2495"
},
{
"category": "external",
"summary": "MTA-2503",
"url": "https://issues.redhat.com/browse/MTA-2503"
},
{
"category": "external",
"summary": "MTA-2505",
"url": "https://issues.redhat.com/browse/MTA-2505"
},
{
"category": "external",
"summary": "MTA-2512",
"url": "https://issues.redhat.com/browse/MTA-2512"
},
{
"category": "external",
"summary": "MTA-2513",
"url": "https://issues.redhat.com/browse/MTA-2513"
},
{
"category": "external",
"summary": "MTA-2518",
"url": "https://issues.redhat.com/browse/MTA-2518"
},
{
"category": "external",
"summary": "MTA-2550",
"url": "https://issues.redhat.com/browse/MTA-2550"
},
{
"category": "external",
"summary": "MTA-2560",
"url": "https://issues.redhat.com/browse/MTA-2560"
},
{
"category": "external",
"summary": "MTA-2563",
"url": "https://issues.redhat.com/browse/MTA-2563"
},
{
"category": "external",
"summary": "MTA-2616",
"url": "https://issues.redhat.com/browse/MTA-2616"
},
{
"category": "external",
"summary": "MTA-2652",
"url": "https://issues.redhat.com/browse/MTA-2652"
},
{
"category": "external",
"summary": "MTA-2654",
"url": "https://issues.redhat.com/browse/MTA-2654"
},
{
"category": "external",
"summary": "MTA-2661",
"url": "https://issues.redhat.com/browse/MTA-2661"
},
{
"category": "external",
"summary": "MTA-2681",
"url": "https://issues.redhat.com/browse/MTA-2681"
},
{
"category": "external",
"summary": "MTA-2781",
"url": "https://issues.redhat.com/browse/MTA-2781"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3316.json"
}
],
"title": "Red Hat Security Advisory: Migration Toolkit for Applications security and bug fix update",
"tracking": {
"current_release_date": "2025-11-11T20:38:17+00:00",
"generator": {
"date": "2025-11-11T20:38:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2024:3316",
"initial_release_date": "2024-05-23T06:39:32+00:00",
"revision_history": [
{
"date": "2024-05-23T06:39:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-23T06:39:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-11T20:38:17+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "MTA 7.0 for RHEL 9",
"product": {
"name": "MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:migration_toolkit_applications:7.0::el9"
}
}
},
{
"category": "product_name",
"name": "MTA 7.0 for RHEL 8",
"product": {
"name": "MTA 7.0 for RHEL 8",
"product_id": "8Base-MTA-7.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:migration_toolkit_applications:7.0::el8"
}
}
}
],
"category": "product_family",
"name": "Migration Toolkit for Applications"
},
{
"branches": [
{
"category": "product_version",
"name": "mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"product": {
"name": "mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"product_id": "mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-analyzer-addon-rhel9\u0026tag=7.0.3-13"
}
}
},
{
"category": "product_version",
"name": "mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"product": {
"name": "mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"product_id": "mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-analyzer-lsp-rhel9\u0026tag=7.0.3-13"
}
}
},
{
"category": "product_version",
"name": "mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"product": {
"name": "mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"product_id": "mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-cli-rhel9\u0026tag=7.0.3-16"
}
}
},
{
"category": "product_version",
"name": "mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"product": {
"name": "mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"product_id": "mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-hub-rhel9\u0026tag=7.0.3-10"
}
}
},
{
"category": "product_version",
"name": "mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"product": {
"name": "mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"product_id": "mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-operator-bundle\u0026tag=7.0.3-25"
}
}
},
{
"category": "product_version",
"name": "mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"product": {
"name": "mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"product_id": "mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-rhel8-operator\u0026tag=7.0.3-7"
}
}
},
{
"category": "product_version",
"name": "mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"product": {
"name": "mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"product_id": "mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-ui-rhel9\u0026tag=7.0.3-13"
}
}
},
{
"category": "product_version",
"name": "mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64",
"product": {
"name": "mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64",
"product_id": "mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-windup-shim-rhel9\u0026tag=7.0.3-12"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"product": {
"name": "mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"product_id": "mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc?arch=arm64\u0026repository_url=registry.redhat.io/mta/mta-analyzer-lsp-rhel9\u0026tag=7.0.3-13"
}
}
},
{
"category": "product_version",
"name": "mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"product": {
"name": "mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"product_id": "mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99?arch=arm64\u0026repository_url=registry.redhat.io/mta/mta-cli-rhel9\u0026tag=7.0.3-16"
}
}
},
{
"category": "product_version",
"name": "mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"product": {
"name": "mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"product_id": "mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092?arch=arm64\u0026repository_url=registry.redhat.io/mta/mta-windup-shim-rhel9\u0026tag=7.0.3-12"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64 as a component of MTA 7.0 for RHEL 8",
"product_id": "8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64"
},
"product_reference": "mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"relates_to_product_reference": "8Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64"
},
"product_reference": "mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64"
},
"product_reference": "mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64"
},
"product_reference": "mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64"
},
"product_reference": "mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64"
},
"product_reference": "mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64"
},
"product_reference": "mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64"
},
"product_reference": "mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
},
"product_reference": "mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64"
},
"product_reference": "mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
},
"product_reference": "mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-26159",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-01-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2256413"
}
],
"notes": [
{
"category": "description",
"text": "An Improper Input Validation flaw was found in follow-redirects due to the improper handling of URLs by the url.parse() function. When a new URL() throws an error, it can be manipulated to misinterpret the hostname. This issue could allow an attacker to redirect traffic to a malicious site, potentially leading to information disclosure, phishing attacks, or other security breaches.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: Improper Input Validation due to the improper handling of URLs by the url.parse()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "follow-redirects is a transitive dependency of Grafana, and does not affect Red Hat Enterprise Linux 8.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-20: Improper Input Validation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat enforces the principle of least functionality, ensuring that only essential features, services, and ports are enabled. This minimizes the number of components that could be affected by input validation vulnerabilities. Security testing and evaluation standards are implemented within the environment to rigorously test input validation mechanisms during the development lifecycle, while static code analysis identifies potential input validation vulnerabilities by default. Process isolation ensures that processes handling potentially malicious or unvalidated inputs run in isolated environments by separating execution domains for each process. Malicious code protections, such as IPS/IDS and antimalware solutions, help detect and mitigate malicious payloads stemming from input validation vulnerabilities. Finally, robust input validation and error-handling mechanisms ensure all user inputs are thoroughly validated, preventing improperly validated inputs from causing system instability, exposing sensitive data, or escalating risks further.",
"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-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-26159"
},
{
"category": "external",
"summary": "RHBZ#2256413",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2256413"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-26159",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26159"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-26159",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-26159"
}
],
"release_date": "2024-01-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "follow-redirects: Improper Input Validation due to the improper handling of URLs by the url.parse()"
},
{
"cve": "CVE-2023-26364",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2023-11-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2250364"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Adobe CSS Tools. An improper input validation could result in a minor denial of service while parsing a malicious CSS with the parse component. User interaction and privileges are not required to jeopardize an environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "css-tools: Improper Input Validation causes Denial of Service via Regular Expression",
"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-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-26364"
},
{
"category": "external",
"summary": "RHBZ#2250364",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2250364"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-26364",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26364"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-26364",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-26364"
},
{
"category": "external",
"summary": "https://github.com/adobe/css-tools/security/advisories/GHSA-hpx4-r86g-5jrg",
"url": "https://github.com/adobe/css-tools/security/advisories/GHSA-hpx4-r86g-5jrg"
}
],
"release_date": "2023-11-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "No mitigation is yet available for this vulnerability.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "css-tools: Improper Input Validation causes Denial of Service via Regular Expression"
},
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45286",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2023-11-29T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2252012"
}
],
"notes": [
{
"category": "description",
"text": "A race condition in go-resty can result in HTTP request body disclosure across requests. This condition can be triggered by calling sync.Pool.Put with the same *bytes.Buffer more than once, when request retries are enabled and a retry occurs. The call to sync.Pool.Get will then return a bytes.Buffer that hasn\u0027t had bytes.Buffer.Reset called on it. This dirty buffer will contain the HTTP request body from an unrelated request, and go-resty will append the current HTTP request body to it, sending two bodies in one request. The sync.Pool in question is defined at package level scope, so a completely unrelated server could receive the request body.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-resty: HTTP request body disclosure in github.com/go-resty/resty/v2",
"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-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45286"
},
{
"category": "external",
"summary": "RHBZ#2252012",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252012"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45286"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45286",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45286"
}
],
"release_date": "2023-11-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-resty: HTTP request body disclosure in github.com/go-resty/resty/v2"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2023-45857",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2023-11-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2248979"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios that may expose a confidential session token. This issue can allow a remote attacker to bypass security measures and view sensitive data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: exposure of confidential data stored in cookies",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected container was deprecated in ACM 2.5 version which is not anymore supported. Following versions of this product are not impacted by this issue.",
"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-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45857"
},
{
"category": "external",
"summary": "RHBZ#2248979",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2248979"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45857",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45857"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45857",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45857"
}
],
"release_date": "2023-11-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: exposure of confidential data stored in cookies"
},
{
"cve": "CVE-2023-48631",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2023-12-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2254559"
}
],
"notes": [
{
"category": "description",
"text": "A Regular Expression Denial of Service (ReDoS) vulnerability was found in Adobe\u0027s css-tools when parsing CSS. This issue occurs due to improper input validation and may allow an attacker to use a carefully crafted input string to cause a denial of service, especially when attempting to parse CSS.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "css-tools: regular expression denial of service (ReDoS) when parsing CSS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Regular Expression Denial of Service (ReDoS) vulnerability in css-tools, triggered by improper input validation when parsing CSS, is considered of moderate severity. While it can lead to a denial of service by causing the application to become unresponsive, the impact is limited to scenarios where an attacker can provide crafted input. Additionally, the absence of evidence of active exploitation in the wild and contextual factors, such as the software\u0027s usage, contribute to the moderate severity rating.",
"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-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-48631"
},
{
"category": "external",
"summary": "RHBZ#2254559",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254559"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-48631",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48631"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-48631",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48631"
},
{
"category": "external",
"summary": "https://github.com/adobe/css-tools/security/advisories/GHSA-prr3-c3m5-p7q2",
"url": "https://github.com/adobe/css-tools/security/advisories/GHSA-prr3-c3m5-p7q2"
}
],
"release_date": "2023-12-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "css-tools: regular expression denial of service (ReDoS) when parsing CSS"
},
{
"cve": "CVE-2024-24786",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268046"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang\u0027s protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"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-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "RHBZ#2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://go.dev/cl/569356",
"url": "https://go.dev/cl/569356"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/",
"url": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2611",
"url": "https://pkg.go.dev/vuln/GO-2024-2611"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON"
},
{
"cve": "CVE-2024-28849",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-03-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2269576"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the follow-redirects package. While processing the cross-domain redirection, `follow-redirects` clears authorization headers, however, it misses clearing proxy-authentication headers, which contain credentials as well. This issue may lead to credential leaking, having a high impact on data confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: Possible credential leak",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-28849"
},
{
"category": "external",
"summary": "RHBZ#2269576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269576"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-28849",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28849"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28849",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28849"
},
{
"category": "external",
"summary": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-cxjh-pqwp-8mfp",
"url": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-cxjh-pqwp-8mfp"
}
],
"release_date": "2024-03-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "follow-redirects: Possible credential leak"
},
{
"cve": "CVE-2024-29180",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2024-03-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2270863"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the webpack-dev-middleware package, where it failed to validate the supplied URL address sufficiently before returning local files. This flaw allows an attacker to craft URLs to return arbitrary local files from the developer\u0027s machine. The lack of normalization before calling the middleware also allows the attacker to perform path traversal attacks on the target environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "webpack-dev-middleware: lack of URL validation may lead to file leak",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in webpack-dev represents a important security issue due to its potential to expose sensitive files and compromise developer machines. By failing to validate URLs and normalize paths effectively, the middleware allows attackers to craft malicious requests that can retrieve arbitrary local files or perform unauthorized path traversal. This could lead to unauthorized access to confidential information, including source code, configuration files, and even system-level files. Given the widespread use of webpack-dev-middleware in web development environments, addressing this vulnerability promptly is important to prevent serious data breaches and protect the integrity of development processes.",
"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-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-29180"
},
{
"category": "external",
"summary": "RHBZ#2270863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270863"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-29180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-29180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29180"
},
{
"category": "external",
"summary": "https://github.com/webpack/webpack-dev-middleware/security/advisories/GHSA-wr3j-pwj9-hqq6",
"url": "https://github.com/webpack/webpack-dev-middleware/security/advisories/GHSA-wr3j-pwj9-hqq6"
}
],
"release_date": "2024-03-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T06:39:32+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3316"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:1719cafe5b15c44bb1bb207bce1cc2a6ee7c1b097901d8fab61912ce298f40dd_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:0c0381b7e457651468411ac42db0cd87070bc711321b51db4d73da7443d9873b_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:a09bcb0103144127baaea5831a75313a5148c1cacca2ca52fdfd93b09986d1fc_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:eeb59395e040f7b5367b5c0e4911e5ee23289cf13a42c517dfe30ec385ddeede_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:1f68cef1b46537edbb48d0842761258c8e8f9456cf2e5f93317e17307646c51d_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:7f9db3bb4df9fa6680c58547974f2c5f1035ba9e65f51acdaea12c082fc78c99_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:9e8489a7a70be8a4035de9921bd7360dd993dfc364fca97abcd7ef5f637bae07_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:9eeb43af2bcab84f5261d1575f7c897903a7696dba011d256abffa1fe850eba2_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:d0a02e3d0067cd6811e00a55b644dd9a345261e3f77ed72431a3ce03137d11bf_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:0ee12e416243c3d96ff86d96d203925259f2408633b28db485ff7a0378b7b092_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:122ddc6b9f403fe1dddcd25ee4376cbfb33264019e3199418d879634500389dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "webpack-dev-middleware: lack of URL validation may lead to file leak"
}
]
}
rhsa-2024_2767
Vulnerability from csaf_redhat
Notes
{
"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 collectd-sensubility is now available for Red Hat OpenStack\nPlatform 17.1 (Wallaby).\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 project provides the possibility to switch from the Sensu-based\navailability monitoring solution to a monitoring solution based on collectd\nwith AMQP-1.0 messaging bus.\n\nSecurity Fix(es):\n\n* Memory leaks in code encrypting and decrypting RSA payloads\n(CVE-2024-1394)\n\n* net/http/internal: Denial of Service (DoS) via Resource Consumption via\nHTTP requests (CVE-2023-39326)\n\n* crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.\n(CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage 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-2024:2767",
"url": "https://access.redhat.com/errata/RHSA-2024:2767"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2767.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenStack Platform 17.1 (collectd-sensubility) security update",
"tracking": {
"current_release_date": "2025-01-06T19:42:19+00:00",
"generator": {
"date": "2025-01-06T19:42:19+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.5"
}
},
"id": "RHSA-2024:2767",
"initial_release_date": "2024-05-22T20:14:09+00:00",
"revision_history": [
{
"date": "2024-05-22T20:14:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-22T20:14:09+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-01-06T19:42:19+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 17.1",
"product": {
"name": "Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-17.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:17.1::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "collectd-sensubility-0:0.2.1-3.el8ost.src",
"product": {
"name": "collectd-sensubility-0:0.2.1-3.el8ost.src",
"product_id": "collectd-sensubility-0:0.2.1-3.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-sensubility@0.2.1-3.el8ost?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"product": {
"name": "collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"product_id": "collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-sensubility@0.2.1-3.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64",
"product": {
"name": "collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64",
"product_id": "collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-sensubility-debuginfo@0.2.1-3.el8ost?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-sensubility-0:0.2.1-3.el8ost.src as a component of Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src"
},
"product_reference": "collectd-sensubility-0:0.2.1-3.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-sensubility-0:0.2.1-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64"
},
"product_reference": "collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
},
"product_reference": "collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-17.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"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-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:14:09+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2767"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:14:09+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2767"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"acknowledgments": [
{
"names": [
"@r3kumar",
"@qmuntal"
]
}
],
"cve": "CVE-2024-1394",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2024-02-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2262921"
}
],
"notes": [
{
"category": "description",
"text": "A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"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-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-1394"
},
{
"category": "external",
"summary": "RHBZ#2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-1394",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1394"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136",
"url": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6",
"url": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6"
},
{
"category": "external",
"summary": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f",
"url": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2660",
"url": "https://pkg.go.dev/vuln/GO-2024-2660"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2660.json",
"url": "https://vuln.go.dev/ID/GO-2024-2660.json"
}
],
"release_date": "2024-03-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:14:09+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2767"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.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": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads"
}
]
}
rhsa-2024:1859
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "OpenShift API for Data Protection (OADP) 1.3.1 is now available.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenShift API for Data Protection (OADP) enables you to back up and restore application resources, persistent volume data, and internal container images to external backup storage. OADP enables both file system-based and snapshot-based backups for persistent volumes.\n\nSecurity Fix(es) from Bugzilla:\n\n* opentelemetry: DoS vulnerability in otelhttp (CVE-2023-45142)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* ssh: Prefix truncation attack on Binary Packet Protocol (BPP) (CVE-2023-48795)\n\n* golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON (CVE-2024-24786)\n\n* jose-go: improper handling of highly compressed data (CVE-2024-28180)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:1859",
"url": "https://access.redhat.com/errata/RHSA-2024:1859"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2245180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2245180"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "2268854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268854"
},
{
"category": "external",
"summary": "OADP-1912",
"url": "https://issues.redhat.com/browse/OADP-1912"
},
{
"category": "external",
"summary": "OADP-2866",
"url": "https://issues.redhat.com/browse/OADP-2866"
},
{
"category": "external",
"summary": "OADP-3005",
"url": "https://issues.redhat.com/browse/OADP-3005"
},
{
"category": "external",
"summary": "OADP-3038",
"url": "https://issues.redhat.com/browse/OADP-3038"
},
{
"category": "external",
"summary": "OADP-3041",
"url": "https://issues.redhat.com/browse/OADP-3041"
},
{
"category": "external",
"summary": "OADP-3044",
"url": "https://issues.redhat.com/browse/OADP-3044"
},
{
"category": "external",
"summary": "OADP-3051",
"url": "https://issues.redhat.com/browse/OADP-3051"
},
{
"category": "external",
"summary": "OADP-3055",
"url": "https://issues.redhat.com/browse/OADP-3055"
},
{
"category": "external",
"summary": "OADP-3189",
"url": "https://issues.redhat.com/browse/OADP-3189"
},
{
"category": "external",
"summary": "OADP-3326",
"url": "https://issues.redhat.com/browse/OADP-3326"
},
{
"category": "external",
"summary": "OADP-3379",
"url": "https://issues.redhat.com/browse/OADP-3379"
},
{
"category": "external",
"summary": "OADP-3390",
"url": "https://issues.redhat.com/browse/OADP-3390"
},
{
"category": "external",
"summary": "OADP-3395",
"url": "https://issues.redhat.com/browse/OADP-3395"
},
{
"category": "external",
"summary": "OADP-3486",
"url": "https://issues.redhat.com/browse/OADP-3486"
},
{
"category": "external",
"summary": "OADP-3495",
"url": "https://issues.redhat.com/browse/OADP-3495"
},
{
"category": "external",
"summary": "OADP-3598",
"url": "https://issues.redhat.com/browse/OADP-3598"
},
{
"category": "external",
"summary": "OADP-3710",
"url": "https://issues.redhat.com/browse/OADP-3710"
},
{
"category": "external",
"summary": "OADP-3821",
"url": "https://issues.redhat.com/browse/OADP-3821"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1859.json"
}
],
"title": "Red Hat Security Advisory: OpenShift API for Data Protection (OADP) 1.3.1 security and bug fix update",
"tracking": {
"current_release_date": "2025-11-11T20:38:07+00:00",
"generator": {
"date": "2025-11-11T20:38:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2024:1859",
"initial_release_date": "2024-04-16T17:26:06+00:00",
"revision_history": [
{
"date": "2024-04-16T17:26:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-04-16T17:26:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-11T20:38:07+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "9Base-OADP-1.3",
"product": {
"name": "9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_api_data_protection:1.3::el9"
}
}
}
],
"category": "product_family",
"name": "OpenShift API for Data Protection"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1.3.1-13"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"product": {
"name": "oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"product_id": "oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1.3.1-53"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"product_id": "oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.3.1-59"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"product": {
"name": "oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"product_id": "oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1.3.1-40"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x",
"product": {
"name": "oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x",
"product_id": "oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1.3.1-16"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"product_id": "oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1.3.1-16"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1.3.1-10"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1.3.1-13"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1.3.1-13"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"product": {
"name": "oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"product_id": "oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1.3.1-53"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"product_id": "oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.3.1-59"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"product": {
"name": "oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"product_id": "oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1.3.1-40"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"product": {
"name": "oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"product_id": "oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1.3.1-16"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"product_id": "oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1.3.1-16"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1.3.1-10"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1.3.1-13"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1.3.1-13"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"product": {
"name": "oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"product_id": "oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1.3.1-53"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"product_id": "oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.3.1-59"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"product": {
"name": "oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"product_id": "oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1.3.1-40"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"product": {
"name": "oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"product_id": "oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1.3.1-16"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"product_id": "oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1.3.1-16"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1.3.1-10"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1.3.1-13"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1.3.1-13"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"product": {
"name": "oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"product_id": "oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1.3.1-53"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"product_id": "oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.3.1-59"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"product": {
"name": "oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"product_id": "oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1.3.1-40"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"product": {
"name": "oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"product_id": "oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1.3.1-16"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"product_id": "oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1.3.1-16"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1.3.1-10"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1.3.1-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1.3.1-13"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64"
},
"product_reference": "oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64"
},
"product_reference": "oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le"
},
"product_reference": "oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x"
},
"product_reference": "oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64"
},
"product_reference": "oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le"
},
"product_reference": "oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x"
},
"product_reference": "oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64"
},
"product_reference": "oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64"
},
"product_reference": "oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64"
},
"product_reference": "oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le"
},
"product_reference": "oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
},
"product_reference": "oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-16T17:26:06+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1859"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45142",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-10-19T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2245180"
}
],
"notes": [
{
"category": "description",
"text": "A memory leak was found in the otelhttp handler of open-telemetry. This flaw allows a remote, unauthenticated attacker to exhaust the server\u0027s memory by sending many malicious requests, affecting the availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "opentelemetry: DoS vulnerability in otelhttp",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While no authentication is required, there are a significant number of non-default factors which prevent widespread exploitation of this flaw. For a service to be affected, all of the following must be true:\n* The go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp package must be in use\n* Configured a metrics pipeline which uses the otelhttp.NewHandler wrapper function\n* No filtering of unknown HTTP methods or user agents at a higher level (such as Content Delivery Network/Load Balancer/etc...)\n\nDue to the limited attack surface, Red Hat Product Security rates the impact as Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45142"
},
{
"category": "external",
"summary": "RHBZ#2245180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2245180"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45142",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45142"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45142",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45142"
},
{
"category": "external",
"summary": "https://github.com/open-telemetry/opentelemetry-go-contrib/security/advisories/GHSA-rcjv-mgp8-qvmr",
"url": "https://github.com/open-telemetry/opentelemetry-go-contrib/security/advisories/GHSA-rcjv-mgp8-qvmr"
}
],
"release_date": "2023-10-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-16T17:26:06+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1859"
},
{
"category": "workaround",
"details": "As a workaround to stop being affected otelhttp.WithFilter() can be used.\n\nFor convenience and safe usage of this library, it should by default mark with the label unknown non-standard HTTP methods and User agents to show that such requests were made but do not increase cardinality. In case someone wants to stay with the current behavior, library API should allow to enable it.\n\nThe other possibility is to disable HTTP metrics instrumentation by passing otelhttp.WithMeterProvider option with noop.NewMeterProvider.",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "opentelemetry: DoS vulnerability in otelhttp"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-16T17:26:06+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1859"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"cve": "CVE-2023-48795",
"cwe": {
"id": "CWE-222",
"name": "Truncation of Security-relevant Information"
},
"discovery_date": "2023-12-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2254210"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SSH channel integrity. By manipulating sequence numbers during the handshake, an attacker can remove the initial messages on the secure channel without causing a MAC failure. For example, an attacker could disable the ping extension and thus disable the new countermeasure in OpenSSH 9.5 against keystroke timing attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is classified as moderate because the attack requires an active Man-in-the-Middle (MITM) who can intercept and modify the connection\u0027s traffic at the TCP/IP layer.\n\nAlthough the attack is cryptographically innovative, its security impact is fortunately quite limited. It only allows the deletion of consecutive messages, and deleting most messages at this protocol stage prevents user authentication from proceeding, leading to a stalled connection.\n\nThe most significant identified impact is that it enables a MITM to delete the SSH2_MSG_EXT_INFO message sent before authentication begins. This allows the attacker to disable a subset of keystroke timing obfuscation features. However, there is no other observable impact on session secrecy or session integrity.",
"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-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-48795"
},
{
"category": "external",
"summary": "RHBZ#2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7071748",
"url": "https://access.redhat.com/solutions/7071748"
},
{
"category": "external",
"summary": "https://terrapin-attack.com/",
"url": "https://terrapin-attack.com/"
}
],
"release_date": "2023-12-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-16T17:26:06+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1859"
},
{
"category": "workaround",
"details": "Update to the last version and check that client and server provide kex pseudo-algorithms indicating usage of the updated version of the protocol which is protected from the attack. If \"kex-strict-c-v00@openssh.com\" is provided by clients and \"kex-strict-s-v00@openssh.com\" is in the server\u0027s reply, no other steps are necessary.\n\nDisabling ciphers if necessary:\n\nIf \"kex-strict-c-v00@openssh.com\" is not provided by clients or \"kex-strict-s-v00@openssh.com\" is absent in the server\u0027s reply, you can disable the following ciphers and HMACs as a workaround on RHEL-8 and RHEL-9:\n\n1. chacha20-poly1305@openssh.com\n2. hmac-sha2-512-etm@openssh.com\n3. hmac-sha2-256-etm@openssh.com\n4. hmac-sha1-etm@openssh.com\n5. hmac-md5-etm@openssh.com\n\nTo do that through crypto-policies, one can apply a subpolicy with the following content:\n```\ncipher@SSH = -CHACHA20-POLY1305\nssh_etm = 0\n```\ne.g., by putting these lines into `/etc/crypto-policies/policies/modules/CVE-2023-48795.pmod`, applying the resulting subpolicy with `update-crypto-policies --set $(update-crypto-policies --show):CVE-2023-48795` and restarting openssh server.\n\nOne can verify that the changes are in effect by ensuring the ciphers listed above are missing from both `/etc/crypto-policies/back-ends/openssh.config` and `/etc/crypto-policies/back-ends/opensshserver.config`.\n\nFor more details on using crypto-policies, please refer to https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/using-the-system-wide-cryptographic-policies_security-hardening\n\nNote that this procedure does limit the interoperability of the host and is only suggested as a temporary mitigation until the issue is fully resolved with an update.\n\nFor RHEL-7: \nWe can recommend to use strict MACs and Ciphers on RHEL7 in both files /etc/ssh/ssh_config and /etc/ssh/sshd_config.\n\nBelow strict set of Ciphers and MACs can be used as mitigation for RHEL 7.\n\n```\nCiphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com\nMACs umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512\n```\n\n- For Openshift Container Platform 4:\nPlease refer the KCS[1] document for verifying the fix in RHCOS.\n\n[1] https://access.redhat.com/solutions/7071748",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)"
},
{
"cve": "CVE-2024-24786",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268046"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang\u0027s protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"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-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "RHBZ#2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://go.dev/cl/569356",
"url": "https://go.dev/cl/569356"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/",
"url": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2611",
"url": "https://pkg.go.dev/vuln/GO-2024-2611"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-16T17:26:06+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1859"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON"
},
{
"cve": "CVE-2024-28180",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2024-03-10T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268854"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Jose due to improper handling of highly compressed data. This issue could allow an attacker to send a JWE containing compressed data that uses large amounts of memory and CPU when decompressed by Decrypt or DecryptMulti.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jose-go: improper handling of highly compressed data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-28180"
},
{
"category": "external",
"summary": "RHBZ#2268854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268854"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28180"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c5q2-7r4c-mv6g",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c5q2-7r4c-mv6g"
}
],
"release_date": "2024-03-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-16T17:26:06+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1859"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jose-go: improper handling of highly compressed data"
}
]
}
rhsa-2024_2193
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update 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 Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "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: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.4 Release Notes linked from 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-2024:2193",
"url": "https://access.redhat.com/errata/RHSA-2024:2193"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "RHEL-14922",
"url": "https://issues.redhat.com/browse/RHEL-14922"
},
{
"category": "external",
"summary": "RHEL-3091",
"url": "https://issues.redhat.com/browse/RHEL-3091"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2193.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2025-01-06T19:41:03+00:00",
"generator": {
"date": "2025-01-06T19:41:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.5"
}
},
"id": "RHSA-2024:2193",
"initial_release_date": "2024-04-30T10:26:58+00:00",
"revision_history": [
{
"date": "2024-04-30T10:26:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-04-30T10:26:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-01-06T19:41:03+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.4.0.GA",
"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-2:4.9.4-0.1.el9.src",
"product": {
"name": "podman-2:4.9.4-0.1.el9.src",
"product_id": "podman-2:4.9.4-0.1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.el9?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.9.4-0.1.el9.aarch64",
"product": {
"name": "podman-2:4.9.4-0.1.el9.aarch64",
"product_id": "podman-2:4.9.4-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.9.4-0.1.el9.aarch64",
"product": {
"name": "podman-plugins-2:4.9.4-0.1.el9.aarch64",
"product_id": "podman-plugins-2:4.9.4-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.9.4-0.1.el9.aarch64",
"product": {
"name": "podman-remote-2:4.9.4-0.1.el9.aarch64",
"product_id": "podman-remote-2:4.9.4-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.9.4-0.1.el9.aarch64",
"product": {
"name": "podman-tests-2:4.9.4-0.1.el9.aarch64",
"product_id": "podman-tests-2:4.9.4-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"product": {
"name": "podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"product_id": "podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product": {
"name": "podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product_id": "podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product": {
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product_id": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product": {
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product_id": "podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.9.4-0.1.el9.ppc64le",
"product": {
"name": "podman-2:4.9.4-0.1.el9.ppc64le",
"product_id": "podman-2:4.9.4-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"product": {
"name": "podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"product_id": "podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.9.4-0.1.el9.ppc64le",
"product": {
"name": "podman-remote-2:4.9.4-0.1.el9.ppc64le",
"product_id": "podman-remote-2:4.9.4-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.9.4-0.1.el9.ppc64le",
"product": {
"name": "podman-tests-2:4.9.4-0.1.el9.ppc64le",
"product_id": "podman-tests-2:4.9.4-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"product": {
"name": "podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"product_id": "podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product": {
"name": "podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product_id": "podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product_id": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product": {
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product_id": "podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.9.4-0.1.el9.x86_64",
"product": {
"name": "podman-2:4.9.4-0.1.el9.x86_64",
"product_id": "podman-2:4.9.4-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.9.4-0.1.el9.x86_64",
"product": {
"name": "podman-plugins-2:4.9.4-0.1.el9.x86_64",
"product_id": "podman-plugins-2:4.9.4-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.9.4-0.1.el9.x86_64",
"product": {
"name": "podman-remote-2:4.9.4-0.1.el9.x86_64",
"product_id": "podman-remote-2:4.9.4-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.9.4-0.1.el9.x86_64",
"product": {
"name": "podman-tests-2:4.9.4-0.1.el9.x86_64",
"product_id": "podman-tests-2:4.9.4-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"product": {
"name": "podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"product_id": "podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product": {
"name": "podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product_id": "podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product": {
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product_id": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product": {
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product_id": "podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.9.4-0.1.el9.s390x",
"product": {
"name": "podman-2:4.9.4-0.1.el9.s390x",
"product_id": "podman-2:4.9.4-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.9.4-0.1.el9.s390x",
"product": {
"name": "podman-plugins-2:4.9.4-0.1.el9.s390x",
"product_id": "podman-plugins-2:4.9.4-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.9.4-0.1.el9.s390x",
"product": {
"name": "podman-remote-2:4.9.4-0.1.el9.s390x",
"product_id": "podman-remote-2:4.9.4-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.9.4-0.1.el9.s390x",
"product": {
"name": "podman-tests-2:4.9.4-0.1.el9.s390x",
"product_id": "podman-tests-2:4.9.4-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.9.4-0.1.el9.s390x",
"product": {
"name": "podman-debugsource-2:4.9.4-0.1.el9.s390x",
"product_id": "podman-debugsource-2:4.9.4-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"product": {
"name": "podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"product_id": "podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"product": {
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"product_id": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"product": {
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"product_id": "podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.el9?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-2:4.9.4-0.1.el9.noarch",
"product": {
"name": "podman-docker-2:4.9.4-0.1.el9.noarch",
"product_id": "podman-docker-2:4.9.4-0.1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.9.4-0.1.el9?arch=noarch\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.9.4-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.aarch64"
},
"product_reference": "podman-2:4.9.4-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.9.4-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le"
},
"product_reference": "podman-2:4.9.4-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.9.4-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x"
},
"product_reference": "podman-2:4.9.4-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.9.4-0.1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src"
},
"product_reference": "podman-2:4.9.4-0.1.el9.src",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.9.4-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64"
},
"product_reference": "podman-2:4.9.4-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.9.4-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64"
},
"product_reference": "podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.9.4-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le"
},
"product_reference": "podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.9.4-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x"
},
"product_reference": "podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.9.4-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64"
},
"product_reference": "podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.9.4-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64"
},
"product_reference": "podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.9.4-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le"
},
"product_reference": "podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.9.4-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x"
},
"product_reference": "podman-debugsource-2:4.9.4-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.9.4-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64"
},
"product_reference": "podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.9.4-0.1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch"
},
"product_reference": "podman-docker-2:4.9.4-0.1.el9.noarch",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.9.4-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64"
},
"product_reference": "podman-plugins-2:4.9.4-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.9.4-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le"
},
"product_reference": "podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.9.4-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x"
},
"product_reference": "podman-plugins-2:4.9.4-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.9.4-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64"
},
"product_reference": "podman-plugins-2:4.9.4-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64"
},
"product_reference": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x"
},
"product_reference": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64"
},
"product_reference": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.9.4-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64"
},
"product_reference": "podman-remote-2:4.9.4-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.9.4-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le"
},
"product_reference": "podman-remote-2:4.9.4-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.9.4-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x"
},
"product_reference": "podman-remote-2:4.9.4-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.9.4-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64"
},
"product_reference": "podman-remote-2:4.9.4-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64"
},
"product_reference": "podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le"
},
"product_reference": "podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x"
},
"product_reference": "podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64"
},
"product_reference": "podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.9.4-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64"
},
"product_reference": "podman-tests-2:4.9.4-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.9.4-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le"
},
"product_reference": "podman-tests-2:4.9.4-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.9.4-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x"
},
"product_reference": "podman-tests-2:4.9.4-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.9.4-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
},
"product_reference": "podman-tests-2:4.9.4-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"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": [
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:26:58+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.GA:podman-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2193"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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.GA:podman-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:26:58+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.GA:podman-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2193"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
rhsa-2024:2729
Vulnerability from csaf_redhat
Notes
{
"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 etcd is now available for Red Hat OpenStack Platform 17.1\n(Wallaby).\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 link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "A highly-available key value store for shared configuration\n\nSecurity Fix(es):\n\n* golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads (CVE-2024-1394)\n\n* net/http/internal: Denial of Service (DoS) via Resource Consumption via\nHTTP requests (CVE-2023-39326)\n\n* crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.\n(CVE-2023-45287)\n\n* net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\n\n* etcd: Incomplete fix for CVE-2023-39325/CVE-2023-44487 in OpenStack Platform (CVE-2024-4438)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage 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-2024:2729",
"url": "https://access.redhat.com/errata/RHSA-2024:2729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "external",
"summary": "2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "2279365",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279365"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2729.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenStack Platform 17.1 (etcd) security update",
"tracking": {
"current_release_date": "2025-11-11T20:48:49+00:00",
"generator": {
"date": "2025-11-11T20:48:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2024:2729",
"initial_release_date": "2024-05-22T20:41:23+00:00",
"revision_history": [
{
"date": "2024-05-22T20:41:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-22T20:41:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-11T20:48:49+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 17.1",
"product": {
"name": "Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:17.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-0:3.4.26-8.el9ost.src",
"product": {
"name": "etcd-0:3.4.26-8.el9ost.src",
"product_id": "etcd-0:3.4.26-8.el9ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.4.26-8.el9ost?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-0:3.4.26-8.el9ost.x86_64",
"product": {
"name": "etcd-0:3.4.26-8.el9ost.x86_64",
"product_id": "etcd-0:3.4.26-8.el9ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.4.26-8.el9ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "etcd-debugsource-0:3.4.26-8.el9ost.x86_64",
"product": {
"name": "etcd-debugsource-0:3.4.26-8.el9ost.x86_64",
"product_id": "etcd-debugsource-0:3.4.26-8.el9ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debugsource@3.4.26-8.el9ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"product": {
"name": "etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"product_id": "etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debuginfo@3.4.26-8.el9ost?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.4.26-8.el9ost.src as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src"
},
"product_reference": "etcd-0:3.4.26-8.el9ost.src",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.4.26-8.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64"
},
"product_reference": "etcd-0:3.4.26-8.el9ost.x86_64",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debuginfo-0:3.4.26-8.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64"
},
"product_reference": "etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debugsource-0:3.4.26-8.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
},
"product_reference": "etcd-debugsource-0:3.4.26-8.el9ost.x86_64",
"relates_to_product_reference": "9Base-RHOS-17.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:41:23+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2729"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:41:23+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2729"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:41:23+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2729"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"acknowledgments": [
{
"names": [
"@r3kumar",
"@qmuntal"
]
}
],
"cve": "CVE-2024-1394",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2024-02-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2262921"
}
],
"notes": [
{
"category": "description",
"text": "A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"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-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-1394"
},
{
"category": "external",
"summary": "RHBZ#2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-1394",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1394"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136",
"url": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6",
"url": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6"
},
{
"category": "external",
"summary": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f",
"url": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2660",
"url": "https://pkg.go.dev/vuln/GO-2024-2660"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2660.json",
"url": "https://vuln.go.dev/ID/GO-2024-2660.json"
}
],
"release_date": "2024-03-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:41:23+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2729"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads"
},
{
"cve": "CVE-2024-4438",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-05-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2279365"
}
],
"notes": [
{
"category": "description",
"text": "The etcd package distributed with the Red Hat OpenStack platform has an incomplete fix for CVE-2023-39325/CVE-2023-44487, known as Rapid Reset. This issue occurs because the etcd package in the Red Hat OpenStack platform is using http://golang.org/x/net/http2 instead of the one provided by Red Hat Enterprise Linux versions, meaning it should be updated at compile time instead.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "etcd: Incomplete fix for CVE-2023-39325/CVE-2023-44487 in OpenStack Platform",
"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-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-4438"
},
{
"category": "external",
"summary": "RHBZ#2279365",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279365"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-4438",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4438"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-4438",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4438"
}
],
"release_date": "2024-05-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:41:23+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2729"
}
],
"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-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "etcd: Incomplete fix for CVE-2023-39325/CVE-2023-44487 in OpenStack Platform"
}
]
}
rhsa-2024_2730
Vulnerability from csaf_redhat
Notes
{
"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 collectd-sensubility is now available for Red Hat OpenStack\nPlatform 17.1 (Wallaby).\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 link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "This project aims to provide the possibility to switch from Sensu-based\navailability monitoring solution to a monitoring solution based on collectd\nwith AMQP-1.0 messaging bus.\n\nSecurity Fix(es):\n\n* golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads (CVE-2024-1394)\n\n* net/http/internal: Denial of Service (DoS) via Resource Consumption via\nHTTP requests (CVE-2023-39326)\n\n* crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.\n(CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage 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-2024:2730",
"url": "https://access.redhat.com/errata/RHSA-2024:2730"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2730.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenStack Platform 17.1 (collectd-sensubility) security update",
"tracking": {
"current_release_date": "2025-01-06T19:42:08+00:00",
"generator": {
"date": "2025-01-06T19:42:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.5"
}
},
"id": "RHSA-2024:2730",
"initial_release_date": "2024-05-22T20:41:27+00:00",
"revision_history": [
{
"date": "2024-05-22T20:41:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-22T20:41:27+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-01-06T19:42:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 17.1",
"product": {
"name": "Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:17.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "collectd-sensubility-0:0.2.1-3.el9ost.src",
"product": {
"name": "collectd-sensubility-0:0.2.1-3.el9ost.src",
"product_id": "collectd-sensubility-0:0.2.1-3.el9ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-sensubility@0.2.1-3.el9ost?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"product": {
"name": "collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"product_id": "collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-sensubility@0.2.1-3.el9ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64",
"product": {
"name": "collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64",
"product_id": "collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-sensubility-debuginfo@0.2.1-3.el9ost?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-sensubility-0:0.2.1-3.el9ost.src as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src"
},
"product_reference": "collectd-sensubility-0:0.2.1-3.el9ost.src",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-sensubility-0:0.2.1-3.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64"
},
"product_reference": "collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
},
"product_reference": "collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64",
"relates_to_product_reference": "9Base-RHOS-17.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"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-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:41:27+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2730"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:41:27+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2730"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"acknowledgments": [
{
"names": [
"@r3kumar",
"@qmuntal"
]
}
],
"cve": "CVE-2024-1394",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2024-02-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2262921"
}
],
"notes": [
{
"category": "description",
"text": "A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"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-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-1394"
},
{
"category": "external",
"summary": "RHBZ#2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-1394",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1394"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136",
"url": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6",
"url": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6"
},
{
"category": "external",
"summary": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f",
"url": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2660",
"url": "https://pkg.go.dev/vuln/GO-2024-2660"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2660.json",
"url": "https://vuln.go.dev/ID/GO-2024-2660.json"
}
],
"release_date": "2024-03-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:41:27+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2730"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.src",
"9Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el9ost.x86_64",
"9Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads"
}
]
}
rhsa-2024_4429
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for containernetworking-plugins is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Container Network Interface (CNI) project consists of a specification and libraries for writing plug-ins for configuring network interfaces in Linux containers, along with a number of supported plug-ins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. \n\nSecurity Fix(es):\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\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-2024:4429",
"url": "https://access.redhat.com/errata/RHSA-2024:4429"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4429.json"
}
],
"title": "Red Hat Security Advisory: containernetworking-plugins security update",
"tracking": {
"current_release_date": "2025-01-06T19:44:11+00:00",
"generator": {
"date": "2025-01-06T19:44:11+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.5"
}
},
"id": "RHSA-2024:4429",
"initial_release_date": "2024-07-09T12:56:47+00:00",
"revision_history": [
{
"date": "2024-07-09T12:56:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-07-09T12:56:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-01-06T19:44:11+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.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.src",
"product": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.src",
"product_id": "containernetworking-plugins-1:1.2.0-3.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-3.el9_2?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.aarch64",
"product_id": "containernetworking-plugins-1:1.2.0-3.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-3.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-3.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-3.el9_2?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le",
"product_id": "containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-3.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-3.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-3.el9_2?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.x86_64",
"product_id": "containernetworking-plugins-1:1.2.0-3.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-3.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-3.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-3.el9_2?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.s390x",
"product": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.s390x",
"product_id": "containernetworking-plugins-1:1.2.0-3.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-3.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-3.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-3.el9_2?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.s390x"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.src"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.el9_2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.src",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-09T12:56:47+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.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.src",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4429"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.src",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.src",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-1:1.2.0-3.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-3.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-3.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
RHSA-2023:7200
Vulnerability from csaf_redhat
Notes
{
"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 build of MicroShift release 4.15.0 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat build of MicroShift 4.15.0.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat build of MicroShift is Red Hat\u0027s light-weight Kubernetes orchestration solution designed for edge device deployments and is built from the edge capabilities of Red Hat OpenShift. MicroShift is an application that is deployed on top of Red Hat Enterprise Linux devices at\nthe edge, providing an efficient way to operate single-node clusters in these low-resource environments.\n\nThis advisory contains the RPM packages for Red Hat build of MicroShift 4.15.0. Read the following advisory for the container images for this\nrelease:\n\nhttps://access.redhat.com/errata/RHSA-2023:7198\n\nSecurity Fix(es):\n\n* golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487) (CVE-2023-39325)\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\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-2023:7200",
"url": "https://access.redhat.com/errata/RHSA-2023:7200"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "OCPBUGS-18548",
"url": "https://issues.redhat.com/browse/OCPBUGS-18548"
},
{
"category": "external",
"summary": "OCPBUGS-19288",
"url": "https://issues.redhat.com/browse/OCPBUGS-19288"
},
{
"category": "external",
"summary": "OCPBUGS-19363",
"url": "https://issues.redhat.com/browse/OCPBUGS-19363"
},
{
"category": "external",
"summary": "OCPBUGS-19384",
"url": "https://issues.redhat.com/browse/OCPBUGS-19384"
},
{
"category": "external",
"summary": "OCPBUGS-19422",
"url": "https://issues.redhat.com/browse/OCPBUGS-19422"
},
{
"category": "external",
"summary": "OCPBUGS-19433",
"url": "https://issues.redhat.com/browse/OCPBUGS-19433"
},
{
"category": "external",
"summary": "OCPBUGS-19457",
"url": "https://issues.redhat.com/browse/OCPBUGS-19457"
},
{
"category": "external",
"summary": "OCPBUGS-19488",
"url": "https://issues.redhat.com/browse/OCPBUGS-19488"
},
{
"category": "external",
"summary": "OCPBUGS-19540",
"url": "https://issues.redhat.com/browse/OCPBUGS-19540"
},
{
"category": "external",
"summary": "OCPBUGS-19567",
"url": "https://issues.redhat.com/browse/OCPBUGS-19567"
},
{
"category": "external",
"summary": "OCPBUGS-19632",
"url": "https://issues.redhat.com/browse/OCPBUGS-19632"
},
{
"category": "external",
"summary": "OCPBUGS-19719",
"url": "https://issues.redhat.com/browse/OCPBUGS-19719"
},
{
"category": "external",
"summary": "OCPBUGS-20037",
"url": "https://issues.redhat.com/browse/OCPBUGS-20037"
},
{
"category": "external",
"summary": "OCPBUGS-22322",
"url": "https://issues.redhat.com/browse/OCPBUGS-22322"
},
{
"category": "external",
"summary": "OCPBUGS-22338",
"url": "https://issues.redhat.com/browse/OCPBUGS-22338"
},
{
"category": "external",
"summary": "OCPBUGS-22685",
"url": "https://issues.redhat.com/browse/OCPBUGS-22685"
},
{
"category": "external",
"summary": "OCPBUGS-22809",
"url": "https://issues.redhat.com/browse/OCPBUGS-22809"
},
{
"category": "external",
"summary": "OCPBUGS-22854",
"url": "https://issues.redhat.com/browse/OCPBUGS-22854"
},
{
"category": "external",
"summary": "OCPBUGS-22858",
"url": "https://issues.redhat.com/browse/OCPBUGS-22858"
},
{
"category": "external",
"summary": "OCPBUGS-22936",
"url": "https://issues.redhat.com/browse/OCPBUGS-22936"
},
{
"category": "external",
"summary": "OCPBUGS-25689",
"url": "https://issues.redhat.com/browse/OCPBUGS-25689"
},
{
"category": "external",
"summary": "OCPBUGS-25851",
"url": "https://issues.redhat.com/browse/OCPBUGS-25851"
},
{
"category": "external",
"summary": "OCPBUGS-25904",
"url": "https://issues.redhat.com/browse/OCPBUGS-25904"
},
{
"category": "external",
"summary": "OCPBUGS-27398",
"url": "https://issues.redhat.com/browse/OCPBUGS-27398"
},
{
"category": "external",
"summary": "OCPBUGS-27855",
"url": "https://issues.redhat.com/browse/OCPBUGS-27855"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2023_7200.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.15.z security update",
"tracking": {
"current_release_date": "2025-11-12T02:36:24+00:00",
"generator": {
"date": "2025-11-12T02:36:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:7200",
"initial_release_date": "2024-02-27T22:49:18+00:00",
"revision_history": [
{
"date": "2024-02-27T22:49:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-02-27T22:49:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:36:24+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.15",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.15::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"product": {
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"product_id": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product": {
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product_id": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product": {
"name": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product_id": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-networking@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product": {
"name": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product_id": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-olm@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product": {
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product_id": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product": {
"name": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product_id": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-networking@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product": {
"name": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product_id": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-olm@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product": {
"name": "microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product_id": "microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-greenboot@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product": {
"name": "microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product_id": "microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-release-info@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product": {
"name": "microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product_id": "microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-selinux@4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64"
},
"product_reference": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src"
},
"product_reference": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64"
},
"product_reference": "microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
},
"product_reference": "microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64"
},
"product_reference": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64"
},
"product_reference": "microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64"
},
"product_reference": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64"
},
"product_reference": "microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
},
"product_reference": "microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
},
"product_reference": "microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39325",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2243296"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is related to CVE-2023-44487.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39325"
},
{
"category": "external",
"summary": "RHBZ#2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-44487",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://go.dev/issue/63417",
"url": "https://go.dev/issue/63417"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-27T22:49:18+00:00",
"details": "For Red Hat build of MicroShift 4.15, read the following documentation for important instructions on how to install the latest RPMs and fully apply this asynchronous errata update:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_build_of_microshift/4.15/html/release_notes/index",
"product_ids": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7200"
},
{
"category": "workaround",
"details": "The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.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": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)"
},
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-27T22:49:18+00:00",
"details": "For Red Hat build of MicroShift 4.15, read the following documentation for important instructions on how to install the latest RPMs and fully apply this asynchronous errata update:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_build_of_microshift/4.15/html/release_notes/index",
"product_ids": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7200"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-27T22:49:18+00:00",
"details": "For Red Hat build of MicroShift 4.15, read the following documentation for important instructions on how to install the latest RPMs and fully apply this asynchronous errata update:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_build_of_microshift/4.15/html/release_notes/index",
"product_ids": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7200"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src",
"9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64",
"9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64",
"9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch",
"9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
rhsa-2024:2272
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for containernetworking-plugins is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Container Network Interface (CNI) project consists of a specification and libraries for writing plug-ins for configuring network interfaces in Linux containers, along with a number of supported plug-ins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. \n\nSecurity Fix(es):\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.4 Release Notes linked from 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-2024:2272",
"url": "https://access.redhat.com/errata/RHSA-2024:2272"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "RHEL-3140",
"url": "https://issues.redhat.com/browse/RHEL-3140"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2272.json"
}
],
"title": "Red Hat Security Advisory: containernetworking-plugins security update",
"tracking": {
"current_release_date": "2025-11-07T16:41:55+00:00",
"generator": {
"date": "2025-11-07T16:41:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2024:2272",
"initial_release_date": "2024-04-30T09:51:34+00:00",
"revision_history": [
{
"date": "2024-04-30T09:51:34+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-04-30T09:51:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T16:41:55+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.4.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.src",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.src",
"product_id": "containernetworking-plugins-1:1.4.0-2.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.el9_4?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"product_id": "containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.el9_4?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"product_id": "containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.el9_4?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"product_id": "containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.el9_4?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"product_id": "containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.el9_4?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T09:51:34+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.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2272"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T09:51:34+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.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2272"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.src",
"AppStream-9.4.0.GA:containernetworking-plugins-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debuginfo-1:1.4.0-2.el9_4.x86_64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.aarch64",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.ppc64le",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.s390x",
"AppStream-9.4.0.GA:containernetworking-plugins-debugsource-1:1.4.0-2.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
rhsa-2024:0748
Vulnerability from csaf_redhat
Notes
{
"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:4.0 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* runc: file descriptor leak (\"Leaky Vessels\") (CVE-2024-21626)\n\nA Red Hat Security Bulletin which addresses further details about the Leaky Vessels flaw is available in the References section.\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\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-2024:0748",
"url": "https://access.redhat.com/errata/RHSA-2024:0748"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2024-001",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2024-001"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2258725",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258725"
},
{
"category": "external",
"summary": "RHEL-15029",
"url": "https://issues.redhat.com/browse/RHEL-15029"
},
{
"category": "external",
"summary": "RHEL-17145",
"url": "https://issues.redhat.com/browse/RHEL-17145"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0748.json"
}
],
"title": "Red Hat Security Advisory: container-tools:4.0 security update",
"tracking": {
"current_release_date": "2025-11-11T16:03:05+00:00",
"generator": {
"date": "2025-11-11T16:03:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2024:0748",
"initial_release_date": "2024-02-08T18:33:53+00:00",
"revision_history": [
{
"date": "2024-02-08T18:33:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-02-08T18:33:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-11T16:03:05+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.9.0.Z.MAIN",
"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.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0)",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.205.0-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.0.0-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product": {
"name": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src (container-tools:4.0)",
"product_id": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-4.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"product": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch (container-tools:4.0)",
"product_id": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=noarch\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"product": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch (container-tools:4.0)",
"product_id": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.205.0-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"product": {
"name": "podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch (container-tools:4.0)",
"product_id": "podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"product": {
"name": "python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch (container-tools:4.0)",
"product_id": "python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.0.0-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=noarch\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"product": {
"name": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch (container-tools:4.0)",
"product_id": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-4.module%2Bel8.9.0%2B21242%2B944321bb?arch=noarch\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0)",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0)",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0)",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020240201111813:d7b6f4b7"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0"
},
"product_reference": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0"
},
"product_reference": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0"
},
"product_reference": "podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0"
},
"product_reference": "python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0"
},
"product_reference": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
},
"product_reference": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-08T18:33:53+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0748"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-08T18:33:53+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0748"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"acknowledgments": [
{
"names": [
"The Snyk Reseacher Team"
]
}
],
"cve": "CVE-2024-21626",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-01-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2258725"
}
],
"notes": [
{
"category": "description",
"text": "A file descriptor leak issue was found in the runc package. While a user performs `O_CLOEXEC` all file descriptors before executing the container code, the file descriptor is open when performing `setcwd(2)`, which means that the reference can be kept alive in the container by configuring the working directory to be a path resolved through the file descriptor. The non-dumpable bit is unset after `execve`, meaning there are multiple ways to attack this other than bad configurations. The only way to defend against it entirely is to close all unneeded file descriptors.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: file descriptor leak",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "These vulnerabilities not only enable malicious actors to escape containerized environments but also allow for full control over the underlying host system. With the widespread adoption of containerization technologies in both development and production environments, such exploits pose significant risks to data integrity, confidentiality, and system stability.\n\nOpenShift Container Platform ships with SELinux in targeted enforcing mode, which prevents the container processes from accessing host content and mitigates this attack, and disabling SELinux on the Openshift container platform is not supported. Hence, the impact of the Openshift Container Platform is reduced to Moderate.\n\nFor multicluster-engine (MCE) vulnerable versions of buildkit and runc are part of installed version of oc. However, they are not affecting the higher-level assisted-installer binary in MCE. The presence of these dependencies in the container does not imply a security risk to the containerized application itself, as it is based on low-level packages included in the oc binary, and the impact to the container\u0027s core functionality is minimal.\n\nThis flaw doesn\u0027t affect the OpenShift Tools \u0026 Services as the affected code is only used for testing and is not exposed to the final user.",
"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.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-21626"
},
{
"category": "external",
"summary": "RHBZ#2258725",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258725"
},
{
"category": "external",
"summary": "RHSB-2024-001",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2024-001"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21626"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21626",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21626"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv"
}
],
"release_date": "2024-01-31T20:01:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-08T18:33:53+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0748"
},
{
"category": "workaround",
"details": "Red Hat Enterprise Linux (RHEL) and OpenShift ships with SELinux in targeted enforcing mode, which prevents the container processes from accessing host content and mitigates this attack. Dockerfiles can be inspected on the \u0027RUN\u0027\u00a0and \u0027WORKDIR\u0027 directives to ensure that there are no escapes or malicious paths, which are an indication of compromise. Limiting access and only using trusted container images can help prevent unauthorized access and malicious attacks.",
"product_ids": [
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0",
"AppStream-8.9.0.Z.MAIN:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: file descriptor leak"
}
]
}
rhsa-2024:2193
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update 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 Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "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: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.4 Release Notes linked from 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-2024:2193",
"url": "https://access.redhat.com/errata/RHSA-2024:2193"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "RHEL-14922",
"url": "https://issues.redhat.com/browse/RHEL-14922"
},
{
"category": "external",
"summary": "RHEL-3091",
"url": "https://issues.redhat.com/browse/RHEL-3091"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2193.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2025-11-07T16:41:53+00:00",
"generator": {
"date": "2025-11-07T16:41:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2024:2193",
"initial_release_date": "2024-04-30T10:26:58+00:00",
"revision_history": [
{
"date": "2024-04-30T10:26:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-04-30T10:26:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T16:41: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. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA",
"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-2:4.9.4-0.1.el9.src",
"product": {
"name": "podman-2:4.9.4-0.1.el9.src",
"product_id": "podman-2:4.9.4-0.1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.el9?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.9.4-0.1.el9.aarch64",
"product": {
"name": "podman-2:4.9.4-0.1.el9.aarch64",
"product_id": "podman-2:4.9.4-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.9.4-0.1.el9.aarch64",
"product": {
"name": "podman-plugins-2:4.9.4-0.1.el9.aarch64",
"product_id": "podman-plugins-2:4.9.4-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.9.4-0.1.el9.aarch64",
"product": {
"name": "podman-remote-2:4.9.4-0.1.el9.aarch64",
"product_id": "podman-remote-2:4.9.4-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.9.4-0.1.el9.aarch64",
"product": {
"name": "podman-tests-2:4.9.4-0.1.el9.aarch64",
"product_id": "podman-tests-2:4.9.4-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"product": {
"name": "podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"product_id": "podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product": {
"name": "podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product_id": "podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product": {
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product_id": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product": {
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product_id": "podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.el9?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.9.4-0.1.el9.ppc64le",
"product": {
"name": "podman-2:4.9.4-0.1.el9.ppc64le",
"product_id": "podman-2:4.9.4-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"product": {
"name": "podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"product_id": "podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.9.4-0.1.el9.ppc64le",
"product": {
"name": "podman-remote-2:4.9.4-0.1.el9.ppc64le",
"product_id": "podman-remote-2:4.9.4-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.9.4-0.1.el9.ppc64le",
"product": {
"name": "podman-tests-2:4.9.4-0.1.el9.ppc64le",
"product_id": "podman-tests-2:4.9.4-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"product": {
"name": "podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"product_id": "podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product": {
"name": "podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product_id": "podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product_id": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product": {
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product_id": "podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.el9?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.9.4-0.1.el9.x86_64",
"product": {
"name": "podman-2:4.9.4-0.1.el9.x86_64",
"product_id": "podman-2:4.9.4-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.9.4-0.1.el9.x86_64",
"product": {
"name": "podman-plugins-2:4.9.4-0.1.el9.x86_64",
"product_id": "podman-plugins-2:4.9.4-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.9.4-0.1.el9.x86_64",
"product": {
"name": "podman-remote-2:4.9.4-0.1.el9.x86_64",
"product_id": "podman-remote-2:4.9.4-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.9.4-0.1.el9.x86_64",
"product": {
"name": "podman-tests-2:4.9.4-0.1.el9.x86_64",
"product_id": "podman-tests-2:4.9.4-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"product": {
"name": "podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"product_id": "podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product": {
"name": "podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product_id": "podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product": {
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product_id": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product": {
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product_id": "podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.el9?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.9.4-0.1.el9.s390x",
"product": {
"name": "podman-2:4.9.4-0.1.el9.s390x",
"product_id": "podman-2:4.9.4-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.9.4-0.1.el9.s390x",
"product": {
"name": "podman-plugins-2:4.9.4-0.1.el9.s390x",
"product_id": "podman-plugins-2:4.9.4-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.9.4-0.1.el9.s390x",
"product": {
"name": "podman-remote-2:4.9.4-0.1.el9.s390x",
"product_id": "podman-remote-2:4.9.4-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.9.4-0.1.el9.s390x",
"product": {
"name": "podman-tests-2:4.9.4-0.1.el9.s390x",
"product_id": "podman-tests-2:4.9.4-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.9.4-0.1.el9.s390x",
"product": {
"name": "podman-debugsource-2:4.9.4-0.1.el9.s390x",
"product_id": "podman-debugsource-2:4.9.4-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"product": {
"name": "podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"product_id": "podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"product": {
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"product_id": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"product": {
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"product_id": "podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.el9?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-2:4.9.4-0.1.el9.noarch",
"product": {
"name": "podman-docker-2:4.9.4-0.1.el9.noarch",
"product_id": "podman-docker-2:4.9.4-0.1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.9.4-0.1.el9?arch=noarch\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.9.4-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.aarch64"
},
"product_reference": "podman-2:4.9.4-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.9.4-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le"
},
"product_reference": "podman-2:4.9.4-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.9.4-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x"
},
"product_reference": "podman-2:4.9.4-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.9.4-0.1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src"
},
"product_reference": "podman-2:4.9.4-0.1.el9.src",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.9.4-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64"
},
"product_reference": "podman-2:4.9.4-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.9.4-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64"
},
"product_reference": "podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.9.4-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le"
},
"product_reference": "podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.9.4-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x"
},
"product_reference": "podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.9.4-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64"
},
"product_reference": "podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.9.4-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64"
},
"product_reference": "podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.9.4-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le"
},
"product_reference": "podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.9.4-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x"
},
"product_reference": "podman-debugsource-2:4.9.4-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.9.4-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64"
},
"product_reference": "podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.9.4-0.1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch"
},
"product_reference": "podman-docker-2:4.9.4-0.1.el9.noarch",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.9.4-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64"
},
"product_reference": "podman-plugins-2:4.9.4-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.9.4-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le"
},
"product_reference": "podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.9.4-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x"
},
"product_reference": "podman-plugins-2:4.9.4-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.9.4-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64"
},
"product_reference": "podman-plugins-2:4.9.4-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64"
},
"product_reference": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x"
},
"product_reference": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64"
},
"product_reference": "podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.9.4-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64"
},
"product_reference": "podman-remote-2:4.9.4-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.9.4-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le"
},
"product_reference": "podman-remote-2:4.9.4-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.9.4-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x"
},
"product_reference": "podman-remote-2:4.9.4-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.9.4-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64"
},
"product_reference": "podman-remote-2:4.9.4-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64"
},
"product_reference": "podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le"
},
"product_reference": "podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x"
},
"product_reference": "podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64"
},
"product_reference": "podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.9.4-0.1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64"
},
"product_reference": "podman-tests-2:4.9.4-0.1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.9.4-0.1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le"
},
"product_reference": "podman-tests-2:4.9.4-0.1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.9.4-0.1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x"
},
"product_reference": "podman-tests-2:4.9.4-0.1.el9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.9.4-0.1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
},
"product_reference": "podman-tests-2:4.9.4-0.1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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.GA:podman-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:26:58+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.GA:podman-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2193"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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.GA:podman-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T10:26:58+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.GA:podman-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2193"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.src",
"AppStream-9.4.0.GA:podman-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-debugsource-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-docker-2:4.9.4-0.1.el9.noarch",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-plugins-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-remote-debuginfo-2:4.9.4-0.1.el9.x86_64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.aarch64",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.ppc64le",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.s390x",
"AppStream-9.4.0.GA:podman-tests-2:4.9.4-0.1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
rhsa-2024:2767
Vulnerability from csaf_redhat
Notes
{
"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 collectd-sensubility is now available for Red Hat OpenStack\nPlatform 17.1 (Wallaby).\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 project provides the possibility to switch from the Sensu-based\navailability monitoring solution to a monitoring solution based on collectd\nwith AMQP-1.0 messaging bus.\n\nSecurity Fix(es):\n\n* Memory leaks in code encrypting and decrypting RSA payloads\n(CVE-2024-1394)\n\n* net/http/internal: Denial of Service (DoS) via Resource Consumption via\nHTTP requests (CVE-2023-39326)\n\n* crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.\n(CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage 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-2024:2767",
"url": "https://access.redhat.com/errata/RHSA-2024:2767"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2767.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenStack Platform 17.1 (collectd-sensubility) security update",
"tracking": {
"current_release_date": "2025-11-07T16:41:55+00:00",
"generator": {
"date": "2025-11-07T16:41:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2024:2767",
"initial_release_date": "2024-05-22T20:14:09+00:00",
"revision_history": [
{
"date": "2024-05-22T20:14:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-22T20:14:09+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T16:41:55+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 17.1",
"product": {
"name": "Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-17.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:17.1::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "collectd-sensubility-0:0.2.1-3.el8ost.src",
"product": {
"name": "collectd-sensubility-0:0.2.1-3.el8ost.src",
"product_id": "collectd-sensubility-0:0.2.1-3.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-sensubility@0.2.1-3.el8ost?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"product": {
"name": "collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"product_id": "collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-sensubility@0.2.1-3.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64",
"product": {
"name": "collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64",
"product_id": "collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-sensubility-debuginfo@0.2.1-3.el8ost?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-sensubility-0:0.2.1-3.el8ost.src as a component of Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src"
},
"product_reference": "collectd-sensubility-0:0.2.1-3.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-sensubility-0:0.2.1-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64"
},
"product_reference": "collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
},
"product_reference": "collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-17.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"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-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:14:09+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2767"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:14:09+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2767"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"acknowledgments": [
{
"names": [
"@r3kumar",
"@qmuntal"
]
}
],
"cve": "CVE-2024-1394",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2024-02-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2262921"
}
],
"notes": [
{
"category": "description",
"text": "A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"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-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-1394"
},
{
"category": "external",
"summary": "RHBZ#2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-1394",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1394"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136",
"url": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6",
"url": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6"
},
{
"category": "external",
"summary": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f",
"url": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2660",
"url": "https://pkg.go.dev/vuln/GO-2024-2660"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2660.json",
"url": "https://vuln.go.dev/ID/GO-2024-2660.json"
}
],
"release_date": "2024-03-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:14:09+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2767"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.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": [
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.src",
"8Base-RHOS-17.1:collectd-sensubility-0:0.2.1-3.el8ost.x86_64",
"8Base-RHOS-17.1:collectd-sensubility-debuginfo-0:0.2.1-3.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads"
}
]
}
rhsa-2024_2729
Vulnerability from csaf_redhat
Notes
{
"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 etcd is now available for Red Hat OpenStack Platform 17.1\n(Wallaby).\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 link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "A highly-available key value store for shared configuration\n\nSecurity Fix(es):\n\n* golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads (CVE-2024-1394)\n\n* net/http/internal: Denial of Service (DoS) via Resource Consumption via\nHTTP requests (CVE-2023-39326)\n\n* crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.\n(CVE-2023-45287)\n\n* net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\n\n* etcd: Incomplete fix for CVE-2023-39325/CVE-2023-44487 in OpenStack Platform (CVE-2024-4438)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage 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-2024:2729",
"url": "https://access.redhat.com/errata/RHSA-2024:2729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "external",
"summary": "2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "2279365",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279365"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2729.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenStack Platform 17.1 (etcd) security update",
"tracking": {
"current_release_date": "2025-01-06T19:42:19+00:00",
"generator": {
"date": "2025-01-06T19:42:19+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.5"
}
},
"id": "RHSA-2024:2729",
"initial_release_date": "2024-05-22T20:41:23+00:00",
"revision_history": [
{
"date": "2024-05-22T20:41:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-22T20:41:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-01-06T19:42:19+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 17.1",
"product": {
"name": "Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:17.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-0:3.4.26-8.el9ost.src",
"product": {
"name": "etcd-0:3.4.26-8.el9ost.src",
"product_id": "etcd-0:3.4.26-8.el9ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.4.26-8.el9ost?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-0:3.4.26-8.el9ost.x86_64",
"product": {
"name": "etcd-0:3.4.26-8.el9ost.x86_64",
"product_id": "etcd-0:3.4.26-8.el9ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.4.26-8.el9ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "etcd-debugsource-0:3.4.26-8.el9ost.x86_64",
"product": {
"name": "etcd-debugsource-0:3.4.26-8.el9ost.x86_64",
"product_id": "etcd-debugsource-0:3.4.26-8.el9ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debugsource@3.4.26-8.el9ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"product": {
"name": "etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"product_id": "etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debuginfo@3.4.26-8.el9ost?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.4.26-8.el9ost.src as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src"
},
"product_reference": "etcd-0:3.4.26-8.el9ost.src",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.4.26-8.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64"
},
"product_reference": "etcd-0:3.4.26-8.el9ost.x86_64",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debuginfo-0:3.4.26-8.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64"
},
"product_reference": "etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debugsource-0:3.4.26-8.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
},
"product_reference": "etcd-debugsource-0:3.4.26-8.el9ost.x86_64",
"relates_to_product_reference": "9Base-RHOS-17.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"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-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:41:23+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2729"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"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-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:41:23+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2729"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:41:23+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2729"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"acknowledgments": [
{
"names": [
"@r3kumar",
"@qmuntal"
]
}
],
"cve": "CVE-2024-1394",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2024-02-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2262921"
}
],
"notes": [
{
"category": "description",
"text": "A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"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-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-1394"
},
{
"category": "external",
"summary": "RHBZ#2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-1394",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1394"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136",
"url": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6",
"url": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6"
},
{
"category": "external",
"summary": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f",
"url": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2660",
"url": "https://pkg.go.dev/vuln/GO-2024-2660"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2660.json",
"url": "https://vuln.go.dev/ID/GO-2024-2660.json"
}
],
"release_date": "2024-03-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:41:23+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2729"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads"
},
{
"cve": "CVE-2024-4438",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-05-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2279365"
}
],
"notes": [
{
"category": "description",
"text": "The etcd package distributed with the Red Hat OpenStack platform has an incomplete fix for CVE-2023-39325/CVE-2023-44487, known as Rapid Reset. This issue occurs because the etcd package in the Red Hat OpenStack platform is using http://golang.org/x/net/http2 instead of the one provided by Red Hat Enterprise Linux versions, meaning it should be updated at compile time instead.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "etcd: Incomplete fix for CVE-2023-39325/CVE-2023-44487 in OpenStack Platform",
"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-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-4438"
},
{
"category": "external",
"summary": "RHBZ#2279365",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279365"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-4438",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4438"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-4438",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4438"
}
],
"release_date": "2024-05-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T20:41:23+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2729"
}
],
"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-RHOS-17.1:etcd-0:3.4.26-8.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-8.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-8.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "etcd: Incomplete fix for CVE-2023-39325/CVE-2023-44487 in OpenStack Platform"
}
]
}
ghsa-33qr-2xwr-95pw
Vulnerability from github
Before Go 1.20, the RSA based TLS key exchanges used the math/big library, which is not constant time. RSA blinding was applied to prevent timing attacks, but analysis shows this may not have been fully effective. In particular it appears as if the removal of PKCS#1 padding may leak timing information, which in turn could be used to recover session key bits. In Go 1.20, the crypto/tls library switched to a fully constant time RSA implementation, which we do not believe exhibits any timing side channels.
{
"affected": [],
"aliases": [
"CVE-2023-45287"
],
"database_specific": {
"cwe_ids": [
"CWE-203"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2023-12-05T17:15:08Z",
"severity": "HIGH"
},
"details": "Before Go 1.20, the RSA based TLS key exchanges used the math/big library, which is not constant time. RSA blinding was applied to prevent timing attacks, but analysis shows this may not have been fully effective. In particular it appears as if the removal of PKCS#1 padding may leak timing information, which in turn could be used to recover session key bits. In Go 1.20, the crypto/tls library switched to a fully constant time RSA implementation, which we do not believe exhibits any timing side channels.",
"id": "GHSA-33qr-2xwr-95pw",
"modified": "2023-12-12T18:31:30Z",
"published": "2023-12-05T18:30:23Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"type": "WEB",
"url": "https://go.dev/cl/326012/26"
},
{
"type": "WEB",
"url": "https://go.dev/issue/20654"
},
{
"type": "WEB",
"url": "https://groups.google.com/g/golang-announce/c/QMK8IQALDvA"
},
{
"type": "WEB",
"url": "https://people.redhat.com/~hkario/marvin"
},
{
"type": "WEB",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
},
{
"type": "WEB",
"url": "https://security.netapp.com/advisory/ntap-20240112-0005"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"type": "CVSS_V3"
}
]
}
CERTFR-2024-AVI-0741
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits Juniper Secure Analytics. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Juniper Networks | Secure Analytics | Juniper Secure Analytics versions antérieures à 7.5.0 UP9 IF02 |
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Juniper Secure Analytics versions ant\u00e9rieures \u00e0 7.5.0 UP9 IF02",
"product": {
"name": "Secure Analytics",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2023-29483",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29483"
},
{
"name": "CVE-2024-42472",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42472"
},
{
"name": "CVE-2024-26934",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26934"
},
{
"name": "CVE-2023-52477",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52477"
},
{
"name": "CVE-2023-52675",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52675"
},
{
"name": "CVE-2023-4692",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4692"
},
{
"name": "CVE-2024-27059",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27059"
},
{
"name": "CVE-2024-26656",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26656"
},
{
"name": "CVE-2024-28834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28834"
},
{
"name": "CVE-2023-38264",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38264"
},
{
"name": "CVE-2024-26974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26974"
},
{
"name": "CVE-2024-26897",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26897"
},
{
"name": "CVE-2021-47055",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47055"
},
{
"name": "CVE-2020-36777",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36777"
},
{
"name": "CVE-2023-43788",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43788"
},
{
"name": "CVE-2024-27052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27052"
},
{
"name": "CVE-2023-52425",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52425"
},
{
"name": "CVE-2024-26585",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26585"
},
{
"name": "CVE-2024-25744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25744"
},
{
"name": "CVE-2024-26973",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26973"
},
{
"name": "CVE-2024-33602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33602"
},
{
"name": "CVE-2024-27397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27397"
},
{
"name": "CVE-2024-35854",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35854"
},
{
"name": "CVE-2023-52878",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52878"
},
{
"name": "CVE-2021-47185",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47185"
},
{
"name": "CVE-2024-23650",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23650"
},
{
"name": "CVE-2024-26603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26603"
},
{
"name": "CVE-2024-26964",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26964"
},
{
"name": "CVE-2024-5564",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5564"
},
{
"name": "CVE-2021-33198",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33198"
},
{
"name": "CVE-2024-26993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26993"
},
{
"name": "CVE-2019-25162",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25162"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2023-39321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39321"
},
{
"name": "CVE-2024-3933",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3933"
},
{
"name": "CVE-2024-1975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1975"
},
{
"name": "CVE-2023-52669",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52669"
},
{
"name": "CVE-2019-11358",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11358"
},
{
"name": "CVE-2020-15778",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15778"
},
{
"name": "CVE-2022-3287",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3287"
},
{
"name": "CVE-2024-36004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36004"
},
{
"name": "CVE-2024-26859",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26859"
},
{
"name": "CVE-2020-13936",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13936"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2024-35959",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35959"
},
{
"name": "CVE-2018-20060",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-20060"
},
{
"name": "CVE-2024-35855",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35855"
},
{
"name": "CVE-2024-1737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1737"
},
{
"name": "CVE-2023-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25193"
},
{
"name": "CVE-2024-33600",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33600"
},
{
"name": "CVE-2024-3652",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3652"
},
{
"name": "CVE-2024-26615",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26615"
},
{
"name": "CVE-2023-45802",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45802"
},
{
"name": "CVE-2024-26801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26801"
},
{
"name": "CVE-2024-36007",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36007"
},
{
"name": "CVE-2021-47311",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47311"
},
{
"name": "CVE-2023-3635",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3635"
},
{
"name": "CVE-2024-26643",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26643"
},
{
"name": "CVE-2024-26779",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26779"
},
{
"name": "CVE-2024-32021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32021"
},
{
"name": "CVE-2024-33599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33599"
},
{
"name": "CVE-2024-25629",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25629"
},
{
"name": "CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"name": "CVE-2024-24806",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24806"
},
{
"name": "CVE-2024-35852",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35852"
},
{
"name": "CVE-2024-23307",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23307"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2023-52528",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52528"
},
{
"name": "CVE-2024-27048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27048"
},
{
"name": "CVE-2021-47013",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47013"
},
{
"name": "CVE-2023-52781",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52781"
},
{
"name": "CVE-2024-35845",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35845"
},
{
"name": "CVE-2021-41072",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41072"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2021-47073",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47073"
},
{
"name": "CVE-2024-26804",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26804"
},
{
"name": "CVE-2024-26593",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26593"
},
{
"name": "CVE-2022-48627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48627"
},
{
"name": "CVE-2021-47171",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47171"
},
{
"name": "CVE-2024-26743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26743"
},
{
"name": "CVE-2023-52686",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52686"
},
{
"name": "CVE-2021-47236",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47236"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2023-6240",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6240"
},
{
"name": "CVE-2024-32004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32004"
},
{
"name": "CVE-2021-47118",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47118"
},
{
"name": "CVE-2024-35890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35890"
},
{
"name": "CVE-2020-23064",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-23064"
},
{
"name": "CVE-2023-6918",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6918"
},
{
"name": "CVE-2024-22195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22195"
},
{
"name": "CVE-2023-52877",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52877"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2024-32020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32020"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2024-32487",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32487"
},
{
"name": "CVE-2024-26826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26826"
},
{
"name": "CVE-2024-27056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27056"
},
{
"name": "CVE-2024-26583",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26583"
},
{
"name": "CVE-2024-26642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26642"
},
{
"name": "CVE-2021-47153",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47153"
},
{
"name": "CVE-2024-35888",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35888"
},
{
"name": "CVE-2023-52700",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52700"
},
{
"name": "CVE-2023-31122",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31122"
},
{
"name": "CVE-2023-52439",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52439"
},
{
"name": "CVE-2021-47495",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47495"
},
{
"name": "CVE-2024-26675",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26675"
},
{
"name": "CVE-2019-14865",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14865"
},
{
"name": "CVE-2024-26906",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26906"
},
{
"name": "CVE-2024-26610",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26610"
},
{
"name": "CVE-2024-2357",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2357"
},
{
"name": "CVE-2024-26584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26584"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2024-26919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26919"
},
{
"name": "CVE-2023-52445",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52445"
},
{
"name": "CVE-2024-33601",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33601"
},
{
"name": "CVE-2024-3019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3019"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2024-27014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27014"
},
{
"name": "CVE-2021-34558",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34558"
},
{
"name": "CVE-2024-32465",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32465"
},
{
"name": "CVE-2024-22365",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22365"
},
{
"name": "CVE-2023-43804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43804"
},
{
"name": "CVE-2023-43789",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43789"
},
{
"name": "CVE-2024-38428",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38428"
},
{
"name": "CVE-2024-25062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25062"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2024-26892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26892"
},
{
"name": "CVE-2024-35835",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35835"
},
{
"name": "CVE-2024-26735",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26735"
},
{
"name": "CVE-2023-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52881"
},
{
"name": "CVE-2023-4693",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4693"
},
{
"name": "CVE-2021-46972",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46972"
},
{
"name": "CVE-2023-52578",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52578"
},
{
"name": "CVE-2024-26461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26461"
},
{
"name": "CVE-2024-34750",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34750"
},
{
"name": "CVE-2024-26458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26458"
},
{
"name": "CVE-2021-46934",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46934"
},
{
"name": "CVE-2024-1048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1048"
},
{
"name": "CVE-2023-6004",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6004"
},
{
"name": "CVE-2023-52598",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52598"
},
{
"name": "CVE-2020-11022",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11022"
},
{
"name": "CVE-2023-7008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7008"
},
{
"name": "CVE-2024-26659",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26659"
},
{
"name": "CVE-2023-52667",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52667"
},
{
"name": "CVE-2024-26933",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26933"
},
{
"name": "CVE-2023-31484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31484"
},
{
"name": "CVE-2023-52703",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52703"
},
{
"name": "CVE-2023-52594",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52594"
},
{
"name": "CVE-2024-26693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26693"
},
{
"name": "CVE-2023-52595",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52595"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2022-48624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48624"
},
{
"name": "CVE-2024-26759",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26759"
},
{
"name": "CVE-2023-52464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52464"
},
{
"name": "CVE-2023-52813",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52813"
},
{
"name": "CVE-2024-35838",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35838"
},
{
"name": "CVE-2023-52513",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52513"
},
{
"name": "CVE-2023-52615",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52615"
},
{
"name": "CVE-2023-52610",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52610"
},
{
"name": "CVE-2023-52560",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52560"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2023-39322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39322"
},
{
"name": "CVE-2023-52606",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52606"
},
{
"name": "CVE-2021-47069",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47069"
},
{
"name": "CVE-2024-35960",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35960"
},
{
"name": "CVE-2022-39253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39253"
},
{
"name": "CVE-2024-34064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34064"
},
{
"name": "CVE-2023-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2953"
},
{
"name": "CVE-2024-26872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26872"
},
{
"name": "CVE-2020-26555",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26555"
},
{
"name": "CVE-2024-26901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26901"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2024-35789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35789"
},
{
"name": "CVE-2023-52835",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52835"
},
{
"name": "CVE-2024-26982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26982"
},
{
"name": "CVE-2021-47310",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47310"
},
{
"name": "CVE-2023-52626",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52626"
},
{
"name": "CVE-2024-0340",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0340"
},
{
"name": "CVE-2024-26744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26744"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2024-35958",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35958"
},
{
"name": "CVE-2021-47456",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47456"
},
{
"name": "CVE-2021-40153",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-40153"
},
{
"name": "CVE-2024-32002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32002"
},
{
"name": "CVE-2022-48669",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48669"
},
{
"name": "CVE-2023-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52565"
},
{
"name": "CVE-2023-52520",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52520"
},
{
"name": "CVE-2021-47356",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47356"
},
{
"name": "CVE-2024-26694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26694"
},
{
"name": "CVE-2024-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2961"
},
{
"name": "CVE-2024-26664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26664"
},
{
"name": "CVE-2024-28182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28182"
},
{
"name": "CVE-2021-47353",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47353"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2023-52607",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52607"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2020-11023",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11023"
},
{
"name": "CVE-2018-25091",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25091"
},
{
"name": "CVE-2023-5090",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5090"
},
{
"name": "CVE-2024-27410",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27410"
},
{
"name": "CVE-2021-46909",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46909"
},
{
"name": "CVE-2024-35853",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35853"
},
{
"name": "CVE-2024-26907",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26907"
}
],
"initial_release_date": "2024-09-05T00:00:00",
"last_revision_date": "2024-10-15T00:00:00",
"links": [],
"reference": "CERTFR-2024-AVI-0741",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-09-05T00:00:00.000000"
},
{
"description": "Ajout r\u00e9f\u00e9rence \u00e9diteur",
"revision_date": "2024-09-06T00:00:00.000000"
},
{
"description": "Correction d\u0027identifiants CVE erron\u00e9s",
"revision_date": "2024-10-15T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Juniper Secure Analytics. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Juniper Secure Analytics",
"vendor_advisories": [
{
"published_at": "2024-09-30",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA86686",
"url": "https://supportportal.juniper.net/s/article/On-Demand-JSA-Series-Multiple-vulnerabilities-resolved-in-Juniper-Secure-Analytics-in-7-5-0-UP9-IF02"
}
]
}
CERTFR-2025-AVI-0622
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits VMware. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Tanzu Platform versions 4.0.x antérieures à 4.0.38+LTS-T pour Cloud Foundry Windows | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.0.x antérieures à 10.0.8 pour Cloud Foundry Windows | ||
| VMware | N/A | Stemcells sans le dernier correctif de sécurité | ||
| VMware | Tanzu Platform | Tanzu Platform versions 4.0.x antérieures à 4.0.38+LTS-T pour Cloud Foundry | ||
| VMware | Tanzu Platform | Tanzu Platform versions 6.0.x antérieures à 6.0.18+LTS-T pour Cloud Foundry Windows | ||
| VMware | Tanzu | Anti-Virus sans le dernier correctif de sécurité pour Tanzu version 2.4.0 | ||
| VMware | Tanzu | Scheduler sans le dernier correctif de sécurité pour Tanzu version 2.0.19 | ||
| VMware | Tanzu Platform | Tanzu Platform versions 6.0.x antérieures à 6.0.18+LTS-T pour Cloud Foundry | ||
| VMware | Tanzu Platform | GenAI sans le dernier correctif de sécurité pour Tanzu Platform pour Cloud Foundry version 10.2.1 | ||
| VMware | Tanzu Application Service | Tanzu Application Service versions antérieures à 1.16.11 | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.2.x antérieures à 10.2.1+LTS-T pour Cloud Foundry isolation segment | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.0.x antérieures à 10.0.8 pour Cloud Foundry isolation segment | ||
| VMware | Tanzu | Spring Cloud Services sans le dernier correctif de sécurité pour Tanzu version 3.3.8 | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.0.x antérieures à 10.0.8 pour Cloud Foundry | ||
| VMware | Tanzu Platform | Tanzu Platform versions 4.0.x antérieures à 4.0.38+LTS-T pour Cloud Foundry isolation segment | ||
| VMware | Tanzu | Spring Cloud Data Flow sans le dernier correctif de sécurité pour Tanzu version 1.14.7 | ||
| VMware | Tanzu Platform | Tanzu Platform versions 6.0.x antérieures à 6.0.18+LTS-T pour Cloud Foundry isolation segment | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.2.x antérieures à 10.2.1+LTS-T pour Cloud Foundry | ||
| VMware | Tanzu Application Service | Single Sign-On sans le dernier correctif de sécurité pour Tanzu Application Service version 1.16.11 | ||
| VMware | Tanzu | File Integrity Monitoring sans le dernier correctif de sécurité pour Tanzu version 2.1.47 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu Platform versions 4.0.x ant\u00e9rieures \u00e0 4.0.38+LTS-T pour Cloud Foundry Windows",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.0.x ant\u00e9rieures \u00e0 10.0.8 pour Cloud Foundry Windows",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 4.0.x ant\u00e9rieures \u00e0 4.0.38+LTS-T pour Cloud Foundry",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 6.0.x ant\u00e9rieures \u00e0 6.0.18+LTS-T pour Cloud Foundry Windows",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Anti-Virus sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 2.4.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Scheduler sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 2.0.19",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 6.0.x ant\u00e9rieures \u00e0 6.0.18+LTS-T pour Cloud Foundry",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "GenAI sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu Platform pour Cloud Foundry version 10.2.1",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Application Service versions ant\u00e9rieures \u00e0 1.16.11",
"product": {
"name": "Tanzu Application Service",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.2.x ant\u00e9rieures \u00e0 10.2.1+LTS-T pour Cloud Foundry isolation segment",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.0.x ant\u00e9rieures \u00e0 10.0.8 pour Cloud Foundry isolation segment",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Services sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 3.3.8",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.0.x ant\u00e9rieures \u00e0 10.0.8 pour Cloud Foundry",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 4.0.x ant\u00e9rieures \u00e0 4.0.38+LTS-T pour Cloud Foundry isolation segment",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Data Flow sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 1.14.7",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 6.0.x ant\u00e9rieures \u00e0 6.0.18+LTS-T pour Cloud Foundry isolation segment",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.2.x ant\u00e9rieures \u00e0 10.2.1+LTS-T pour Cloud Foundry",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu Application Service version 1.16.11",
"product": {
"name": "Tanzu Application Service",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "File Integrity Monitoring sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 2.1.47",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2022-32149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32149"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2022-32205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32205"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2022-24921",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24921"
},
{
"name": "CVE-2022-1434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1434"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2022-1343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1343"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2022-27774",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27774"
},
{
"name": "CVE-2022-27775",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27775"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2022-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27776"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2022-27191",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27191"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2022-25647",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25647"
},
{
"name": "CVE-2022-28327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28327"
},
{
"name": "CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2022-32208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32208"
},
{
"name": "CVE-2022-27781",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27781"
},
{
"name": "CVE-2022-32207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32207"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2022-32221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32221"
},
{
"name": "CVE-2022-42916",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42916"
},
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2022-42915",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42915"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2022-4203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"name": "CVE-2023-23914",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23914"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2022-41720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41720"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2022-30634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30634"
},
{
"name": "CVE-2023-27533",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27533"
},
{
"name": "CVE-2023-27534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27534"
},
{
"name": "CVE-2022-27780",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27780"
},
{
"name": "CVE-2022-29804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29804"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2023-28319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28319"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-33201",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33201"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2022-0563",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0563"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-36617",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36617"
},
{
"name": "CVE-2022-23471",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23471"
},
{
"name": "CVE-2023-25153",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25153"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2023-25173",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25173"
},
{
"name": "CVE-2022-31030",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31030"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2024-28085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2020-22916",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2023-2253",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2253"
},
{
"name": "CVE-2024-25710",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25710"
},
{
"name": "CVE-2024-26308",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26308"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2024-21068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21068"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2024-21012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21012"
},
{
"name": "CVE-2023-28841",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28841"
},
{
"name": "CVE-2023-28842",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28842"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2023-28840",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28840"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2023-45284",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45284"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2023-6378",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6378"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2024-35255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35255"
},
{
"name": "CVE-2024-24557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24557"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2024-4030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4030"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2024-36945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36945"
},
{
"name": "CVE-2024-21131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21131"
},
{
"name": "CVE-2024-21138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21138"
},
{
"name": "CVE-2024-21140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21140"
},
{
"name": "CVE-2024-21144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21144"
},
{
"name": "CVE-2024-21145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21145"
},
{
"name": "CVE-2024-21147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21147"
},
{
"name": "CVE-2023-28756",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28756"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2024-42230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42230"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2022-24769",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24769"
},
{
"name": "CVE-2024-41110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41110"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2024-46812",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46812"
},
{
"name": "CVE-2024-46821",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46821"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2024-46753",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46753"
},
{
"name": "CVE-2024-46787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46787"
},
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2024-34447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34447"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2024-50047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50047"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2024-53051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53051"
},
{
"name": "CVE-2024-0406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0406"
},
{
"name": "CVE-2024-53144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53144"
},
{
"name": "CVE-2024-8805",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8805"
},
{
"name": "CVE-2025-21502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21502"
},
{
"name": "CVE-2024-27282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27282"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2024-56664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56664"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2025-22228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22228"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2025-27113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27113"
},
{
"name": "CVE-2020-36843",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36843"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2025-30691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30691"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2025-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21941"
},
{
"name": "CVE-2025-21956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21956"
},
{
"name": "CVE-2025-21957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21957"
},
{
"name": "CVE-2025-21959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21959"
},
{
"name": "CVE-2025-21962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
},
{
"name": "CVE-2025-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
},
{
"name": "CVE-2025-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
},
{
"name": "CVE-2025-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21968"
},
{
"name": "CVE-2025-21970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21970"
},
{
"name": "CVE-2025-21975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21975"
},
{
"name": "CVE-2025-21981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21981"
},
{
"name": "CVE-2025-21991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
},
{
"name": "CVE-2025-21992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21992"
},
{
"name": "CVE-2025-21994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21994"
},
{
"name": "CVE-2025-21996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
},
{
"name": "CVE-2025-21999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
},
{
"name": "CVE-2025-22004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
},
{
"name": "CVE-2025-22005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22005"
},
{
"name": "CVE-2025-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
},
{
"name": "CVE-2025-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22008"
},
{
"name": "CVE-2025-22010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22010"
},
{
"name": "CVE-2025-22014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22014"
},
{
"name": "CVE-2020-15250",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15250"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2024-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12801"
},
{
"name": "CVE-2024-29018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29018"
},
{
"name": "CVE-2025-21613",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21613"
},
{
"name": "CVE-2025-21614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21614"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
},
{
"name": "CVE-2025-31650",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31650"
},
{
"name": "CVE-2025-31651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31651"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2023-53034",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53034"
},
{
"name": "CVE-2025-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22025"
},
{
"name": "CVE-2025-22035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22035"
},
{
"name": "CVE-2025-22044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22044"
},
{
"name": "CVE-2025-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22045"
},
{
"name": "CVE-2025-22050",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22050"
},
{
"name": "CVE-2025-22054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22054"
},
{
"name": "CVE-2025-22055",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22055"
},
{
"name": "CVE-2025-22056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22056"
},
{
"name": "CVE-2025-22060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22060"
},
{
"name": "CVE-2025-22063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22063"
},
{
"name": "CVE-2025-22066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22066"
},
{
"name": "CVE-2025-22071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22071"
},
{
"name": "CVE-2025-22073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22073"
},
{
"name": "CVE-2025-22075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22075"
},
{
"name": "CVE-2025-22079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22079"
},
{
"name": "CVE-2025-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22081"
},
{
"name": "CVE-2025-22086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22086"
},
{
"name": "CVE-2025-22089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22089"
},
{
"name": "CVE-2025-22097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22097"
},
{
"name": "CVE-2025-23136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23136"
},
{
"name": "CVE-2025-23138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23138"
},
{
"name": "CVE-2025-37785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37785"
},
{
"name": "CVE-2025-38152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38152"
},
{
"name": "CVE-2025-38575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38575"
},
{
"name": "CVE-2025-38637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38637"
},
{
"name": "CVE-2025-39728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39728"
},
{
"name": "CVE-2025-39735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39735"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-4575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4575"
},
{
"name": "CVE-2022-49728",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49728"
},
{
"name": "CVE-2024-58093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58093"
},
{
"name": "CVE-2025-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22018"
},
{
"name": "CVE-2025-22020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22020"
},
{
"name": "CVE-2025-37798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37798"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2025-22021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22021"
},
{
"name": "CVE-2025-37889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37889"
},
{
"name": "CVE-2025-37937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37937"
},
{
"name": "CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"name": "CVE-2025-37932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37932"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2025-41234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41234"
},
{
"name": "CVE-2025-49146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49146"
},
{
"name": "CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"name": "CVE-2025-27220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
},
{
"name": "CVE-2025-48976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48976"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2025-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49124"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2022-49636",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49636"
},
{
"name": "CVE-2025-37997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37997"
},
{
"name": "CVE-2025-38000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
},
{
"name": "CVE-2025-38001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
},
{
"name": "CVE-2022-21698",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21698"
},
{
"name": "CVE-2025-32462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32462"
},
{
"name": "CVE-2025-52434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52434"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
},
{
"name": "CVE-2021-3995",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3995"
},
{
"name": "CVE-2021-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3996"
},
{
"name": "CVE-2022-28948",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28948"
},
{
"name": "CVE-2022-29173",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29173"
},
{
"name": "CVE-2022-35929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35929"
},
{
"name": "CVE-2022-36056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36056"
},
{
"name": "CVE-2022-36109",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36109"
},
{
"name": "CVE-2023-28755",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28755"
},
{
"name": "CVE-2023-30551",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30551"
},
{
"name": "CVE-2023-33199",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33199"
},
{
"name": "CVE-2023-33202",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33202"
},
{
"name": "CVE-2023-46737",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46737"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2024-24579",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24579"
},
{
"name": "CVE-2024-29902",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29902"
},
{
"name": "CVE-2024-29903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29903"
},
{
"name": "CVE-2024-40635",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40635"
},
{
"name": "CVE-2024-41909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41909"
},
{
"name": "CVE-2024-45339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45339"
},
{
"name": "CVE-2024-47611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47611"
},
{
"name": "CVE-2024-52587",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52587"
},
{
"name": "CVE-2024-6104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6104"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2025-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29786"
},
{
"name": "CVE-2025-32441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32441"
},
{
"name": "CVE-2025-32955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32955"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-3445",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3445"
},
{
"name": "CVE-2025-38177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38177"
},
{
"name": "CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-47290",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47290"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2025-4877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4877"
},
{
"name": "CVE-2025-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4878"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49014"
},
{
"name": "CVE-2025-4949",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4949"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-5318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
},
{
"name": "CVE-2025-5372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5372"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2025-5915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5915"
},
{
"name": "CVE-2025-5916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5916"
},
{
"name": "CVE-2025-5917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5917"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
}
],
"initial_release_date": "2025-07-25T00:00:00",
"last_revision_date": "2025-07-25T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0622",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-07-25T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35981",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35981"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35967",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35967"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35980",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35980"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35974",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35974"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35979",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35979"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35984",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35984"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35970",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35970"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35983",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35983"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35978",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35978"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35968",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35968"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35973",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35973"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35976",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35976"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35969",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35969"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35966",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35966"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35972",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35972"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35977",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35977"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35982",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35982"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35971",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35971"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35975",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35975"
}
]
}
CERTFR-2024-AVI-0646
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Storage Protect | Storage Protect Plus Server versions 10.1.x antérieures à 10.1.16.2 | ||
| IBM | WebSphere | WebSphere Application Server Liberty versions antérieures à 24.0.0.5 | ||
| IBM | VIOS | VIOS version 4.1 avec un fichier openssl.base versions antérieures à 3.0.13.1000 | ||
| IBM | WebSphere | WebSphere Application Server versions 8.5.x antérieures à 8.5.5.25 | ||
| IBM | AIX | AIX versions 7.2 et 7.3 avec un fichier openssl.base versions antérieures à 1.1.1.2400 ou 3.0.13.1000 | ||
| IBM | WebSphere | WebSphere Application Server versions 9.0.x antérieures à 9.0.5.20 | ||
| IBM | N/A | Sterling Control Center versions 6.3.0 antérieures à 6.3.0.0 iFix06 | ||
| IBM | N/A | Sterling Control Center versions 6.2.1 antérieures à 6.2.1.0 iFix13 | ||
| IBM | VIOS | VIOS versions 3.1 et 4.1 avec un fichier openssl.base versions antérieures à 1.1.1.2400 ou 3.0.13.1000 | ||
| IBM | QRadar SIEM | QRadar SIEM versions 7.5.0.x antérieures à 7.5.0 UP9 IF01 |
| Title | Publication Time | Tags | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Storage Protect Plus Server versions 10.1.x ant\u00e9rieures \u00e0 10.1.16.2",
"product": {
"name": "Storage Protect",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Application Server Liberty versions ant\u00e9rieures \u00e0 24.0.0.5 ",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "VIOS version 4.1 avec un fichier openssl.base versions ant\u00e9rieures \u00e0 3.0.13.1000",
"product": {
"name": "VIOS",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Application Server versions 8.5.x ant\u00e9rieures \u00e0 8.5.5.25",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "AIX versions 7.2 et 7.3 avec un fichier openssl.base versions ant\u00e9rieures \u00e0 1.1.1.2400 ou 3.0.13.1000",
"product": {
"name": "AIX",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Application Server versions 9.0.x ant\u00e9rieures \u00e0 9.0.5.20",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Control Center versions 6.3.0 ant\u00e9rieures \u00e0 6.3.0.0 iFix06",
"product": {
"name": "N/A",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Control Center versions 6.2.1 ant\u00e9rieures \u00e0 6.2.1.0 iFix13",
"product": {
"name": "N/A",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "VIOS versions 3.1 et 4.1 avec un fichier openssl.base versions ant\u00e9rieures \u00e0 1.1.1.2400 ou 3.0.13.1000",
"product": {
"name": "VIOS",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar SIEM versions 7.5.0.x ant\u00e9rieures \u00e0 7.5.0 UP9 IF01",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-26934",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26934"
},
{
"name": "CVE-2023-52477",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52477"
},
{
"name": "CVE-2024-27059",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27059"
},
{
"name": "CVE-2023-38264",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38264"
},
{
"name": "CVE-2024-28849",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28849"
},
{
"name": "CVE-2024-26897",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26897"
},
{
"name": "CVE-2021-47055",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47055"
},
{
"name": "CVE-2024-35154",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35154"
},
{
"name": "CVE-2020-36777",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36777"
},
{
"name": "CVE-2024-27052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27052"
},
{
"name": "CVE-2023-52425",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52425"
},
{
"name": "CVE-2024-25744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25744"
},
{
"name": "CVE-2024-26973",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26973"
},
{
"name": "CVE-2021-47185",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47185"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2024-23650",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23650"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2024-26603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26603"
},
{
"name": "CVE-2024-26964",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26964"
},
{
"name": "CVE-2021-33198",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33198"
},
{
"name": "CVE-2024-26993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26993"
},
{
"name": "CVE-2019-25162",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25162"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2023-39321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39321"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2023-45284",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45284"
},
{
"name": "CVE-2024-29415",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29415"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2024-3652",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3652"
},
{
"name": "CVE-2024-26615",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26615"
},
{
"name": "CVE-2024-26643",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26643"
},
{
"name": "CVE-2024-26779",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26779"
},
{
"name": "CVE-2024-25026",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25026"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2024-32021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32021"
},
{
"name": "CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"name": "CVE-2024-24806",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24806"
},
{
"name": "CVE-2024-23307",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23307"
},
{
"name": "CVE-2023-52528",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52528"
},
{
"name": "CVE-2024-27048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27048"
},
{
"name": "CVE-2021-47013",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47013"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2024-26593",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26593"
},
{
"name": "CVE-2023-39320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39320"
},
{
"name": "CVE-2022-48627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48627"
},
{
"name": "CVE-2021-47171",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47171"
},
{
"name": "CVE-2024-26743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26743"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2023-6240",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6240"
},
{
"name": "CVE-2024-32004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32004"
},
{
"name": "CVE-2021-47118",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47118"
},
{
"name": "CVE-2024-24788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24788"
},
{
"name": "CVE-2023-51767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51767"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2024-32020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32020"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2024-22329",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22329"
},
{
"name": "CVE-2019-20372",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20372"
},
{
"name": "CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2024-32487",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32487"
},
{
"name": "CVE-2024-27056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27056"
},
{
"name": "CVE-2024-26642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26642"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2021-47153",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47153"
},
{
"name": "CVE-2023-52439",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52439"
},
{
"name": "CVE-2024-26610",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26610"
},
{
"name": "CVE-2024-2357",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2357"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2024-26919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26919"
},
{
"name": "CVE-2023-52445",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52445"
},
{
"name": "CVE-2024-1394",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1394"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2024-27014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27014"
},
{
"name": "CVE-2021-34558",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34558"
},
{
"name": "CVE-2024-32465",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32465"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2024-26892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26892"
},
{
"name": "CVE-2023-52578",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52578"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2022-38096",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38096"
},
{
"name": "CVE-2021-46934",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46934"
},
{
"name": "CVE-2023-52598",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52598"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2024-26659",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26659"
},
{
"name": "CVE-2024-26933",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26933"
},
{
"name": "CVE-2023-46604",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46604"
},
{
"name": "CVE-2023-52594",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52594"
},
{
"name": "CVE-2024-26693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26693"
},
{
"name": "CVE-2023-52595",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52595"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2022-48624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48624"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2023-52513",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52513"
},
{
"name": "CVE-2023-52610",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52610"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2023-39322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39322"
},
{
"name": "CVE-2023-52606",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52606"
},
{
"name": "CVE-2023-6546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6546"
},
{
"name": "CVE-2023-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2953"
},
{
"name": "CVE-2024-26872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26872"
},
{
"name": "CVE-2024-26901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26901"
},
{
"name": "CVE-2024-1086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1086"
},
{
"name": "CVE-2024-0565",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0565"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2023-42282",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42282"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2024-0340",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0340"
},
{
"name": "CVE-2024-26744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26744"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2024-32002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32002"
},
{
"name": "CVE-2022-48669",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48669"
},
{
"name": "CVE-2023-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52565"
},
{
"name": "CVE-2023-52520",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52520"
},
{
"name": "CVE-2024-26694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26694"
},
{
"name": "CVE-2024-26664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26664"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2023-52607",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52607"
},
{
"name": "CVE-2018-25091",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25091"
},
{
"name": "CVE-2023-6931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6931"
}
],
"initial_release_date": "2024-08-02T00:00:00",
"last_revision_date": "2024-08-02T00:00:00",
"links": [],
"reference": "CERTFR-2024-AVI-0646",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-08-02T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
},
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2024-07-29",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7161679",
"url": "https://www.ibm.com/support/pages/node/7161679"
},
{
"published_at": "2024-07-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7161667",
"url": "https://www.ibm.com/support/pages/node/7161667"
},
{
"published_at": "2024-07-30",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7161954",
"url": "https://www.ibm.com/support/pages/node/7161954"
},
{
"published_at": "2024-07-30",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7162032",
"url": "https://www.ibm.com/support/pages/node/7162032"
},
{
"published_at": "2024-07-12",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7160144",
"url": "https://www.ibm.com/support/pages/node/7160144"
},
{
"published_at": "2024-07-31",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7162077",
"url": "https://www.ibm.com/support/pages/node/7162077"
}
]
}
CERTFR-2024-AVI-1104
Vulnerability from certfr_avis
Une vulnérabilité a été découverte dans les produits NetApp. Elle permet à un attaquant de provoquer une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| NetApp | ONTAP tools pour VMware vSphere 10 | ONTAP tools for VMware vSphere 10 versions antérieures à 10.2 | ||
| NetApp | Astra Trident Autosupport | Astra Trident Autosupport versions antérieures à 23.07.0 |
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "ONTAP tools for VMware vSphere 10 versions ant\u00e9rieures \u00e0 10.2",
"product": {
"name": "ONTAP tools pour VMware vSphere 10",
"vendor": {
"name": "NetApp",
"scada": false
}
}
},
{
"description": "Astra Trident Autosupport versions ant\u00e9rieures \u00e0 23.07.0",
"product": {
"name": "Astra Trident Autosupport",
"vendor": {
"name": "NetApp",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
}
],
"initial_release_date": "2024-12-23T00:00:00",
"last_revision_date": "2024-12-23T00:00:00",
"links": [],
"reference": "CERTFR-2024-AVI-1104",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-12-23T00:00:00.000000"
}
],
"risks": [
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "Une vuln\u00e9rabilit\u00e9 a \u00e9t\u00e9 d\u00e9couverte dans les produits NetApp. Elle permet \u00e0 un attaquant de provoquer une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Vuln\u00e9rabilit\u00e9 dans les produits NetApp",
"vendor_advisories": [
{
"published_at": "2024-12-20",
"title": "Bulletin de s\u00e9curit\u00e9 NetApp NTAP-20240112-0005",
"url": "https://security.netapp.com/advisory/ntap-20240112-0005/"
}
]
}
CERTFR-2025-AVI-0256
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans Broadcom VMware Tanzu Greenplum. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Broadcom | VMware Tanzu Greenplum | VMware Tanzu Greenplum Data Copy Utility versions 2.x antérieures à 2.7.1 | ||
| Broadcom | VMware Tanzu Greenplum | VMware Tanzu Greenplum Command Center versions 6.x antérieures à 6.13.1 | ||
| Broadcom | VMware Tanzu Greenplum | VMware Tanzu Greenplum Command Center versions 7.x antérieures à 7.3.1 | ||
| Broadcom | VMware Tanzu Greenplum | VMware Tanzu Greenplum Streaming Server versions 2.x antérieures à 2.0.1 |
| Title | Publication Time | Tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "VMware Tanzu Greenplum Data Copy Utility versions 2.x ant\u00e9rieures \u00e0 2.7.1",
"product": {
"name": "VMware Tanzu Greenplum",
"vendor": {
"name": "Broadcom",
"scada": false
}
}
},
{
"description": "VMware Tanzu Greenplum Command Center versions 6.x ant\u00e9rieures \u00e0 6.13.1",
"product": {
"name": "VMware Tanzu Greenplum",
"vendor": {
"name": "Broadcom",
"scada": false
}
}
},
{
"description": "VMware Tanzu Greenplum Command Center versions 7.x ant\u00e9rieures \u00e0 7.3.1 ",
"product": {
"name": "VMware Tanzu Greenplum",
"vendor": {
"name": "Broadcom",
"scada": false
}
}
},
{
"description": "VMware Tanzu Greenplum Streaming Server versions 2.x ant\u00e9rieures \u00e0 2.0.1",
"product": {
"name": "VMware Tanzu Greenplum",
"vendor": {
"name": "Broadcom",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2023-45284",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45284"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2022-41720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41720"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
}
],
"initial_release_date": "2025-03-31T00:00:00",
"last_revision_date": "2025-03-31T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0256",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-03-31T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Broadcom VMware Tanzu Greenplum. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Broadcom VMware Tanzu Greenplum",
"vendor_advisories": [
{
"published_at": "2025-03-28",
"title": "Bulletin de s\u00e9curit\u00e9 Broadcom 25562",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/25562"
},
{
"published_at": "2025-03-28",
"title": "Bulletin de s\u00e9curit\u00e9 Broadcom 25561",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/25561"
},
{
"published_at": "2025-03-28",
"title": "Bulletin de s\u00e9curit\u00e9 Broadcom 25565",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/25565"
}
]
}
CERTFR-2025-AVI-0969
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Kubernetes Runtime | GenAI sur Tanzu Platform pour Cloud Foundry versions antérieures à 10.2.5 | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.90.x | ||
| VMware | Tanzu Kubernetes Runtime | NodeJS Buildpack versions antérieures à 1.8.58 | ||
| VMware | Tanzu Kubernetes Runtime | Python Buildpack versions antérieures à 1.8.63 | ||
| VMware | Tanzu Kubernetes Runtime | VMware Tanzu pour MySQL sur Tanzu Platform versions antérieures à 10.1.0 | ||
| VMware | Tanzu Kubernetes Runtime | API Gateway pour VMware Tanzu Platform versions antérieures à 2.4.0 | ||
| VMware | Tanzu Kubernetes Runtime | PHP Buildpack versions antérieures à 4.6.49 | ||
| VMware | Tanzu Kubernetes Runtime | Single Sign-On pour VMware Tanzu Platform versions antérieures à 1.16.14 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy FIPS) versions antérieures à 1.915.x | ||
| VMware | Tanzu Application Service | CredHub Service Broker versions antérieures à 1.6.6 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy FIPS) versions antérieures à 1.943.x | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.2.4+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry Windows versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.915.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry Windows versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Single Sign-On pour VMware Tanzu Application Service versions antérieures à 1.16.13 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.943.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry isolation segment versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.77.x | ||
| VMware | Services Suite | Platform Automation Toolkit versions antérieures à 5.3.2 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy Azure Light) versions antérieures à 1.906.x | ||
| VMware | Tanzu Kubernetes Runtime | Spring Cloud Data Flow pour VMware Tanzu versions antérieures à 1.14.9 | ||
| VMware | Tanzu Kubernetes Runtime | App Autoscaler CLI Plugin pour VMware Tanzu Platform versions antérieures à 250.5.9 | ||
| VMware | Tanzu Kubernetes Runtime | Spring Cloud Services pour VMware Tanzu versions antérieures à 3.3.10 | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Concourse pour VMware Tanzu versions antérieures à 7.14.1+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry isolation segment versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Platform Services pour VMware Tanzu Platform versions antérieures à 10.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Ruby Buildpack versions antérieures à 1.10.46 | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 6.0.21+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Telemetry pour VMware Tanzu Platform versions antérieures à 2.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.103.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Hub versions antérieures à 10.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.906.x |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "GenAI sur Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 10.2.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.90.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "NodeJS Buildpack versions ant\u00e9rieures \u00e0 1.8.58",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Python Buildpack versions ant\u00e9rieures \u00e0 1.8.63",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu pour MySQL sur Tanzu Platform versions ant\u00e9rieures \u00e0 10.1.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "API Gateway pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "PHP Buildpack versions ant\u00e9rieures \u00e0 4.6.49",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 1.16.14",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy FIPS) versions ant\u00e9rieures \u00e0 1.915.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "CredHub Service Broker versions ant\u00e9rieures \u00e0 1.6.6",
"product": {
"name": "Tanzu Application Service",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy FIPS) versions ant\u00e9rieures \u00e0 1.943.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.4+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry Windows versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.915.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry Windows versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On pour VMware Tanzu Application Service versions ant\u00e9rieures \u00e0 1.16.13",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.943.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.77.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Automation Toolkit versions ant\u00e9rieures \u00e0 5.3.2",
"product": {
"name": "Services Suite",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy Azure Light) versions ant\u00e9rieures \u00e0 1.906.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Data Flow pour VMware Tanzu versions ant\u00e9rieures \u00e0 1.14.9",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "App Autoscaler CLI Plugin pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 250.5.9",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Services pour VMware Tanzu versions ant\u00e9rieures \u00e0 3.3.10",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Concourse pour VMware Tanzu versions ant\u00e9rieures \u00e0 7.14.1+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Ruby Buildpack versions ant\u00e9rieures \u00e0 1.10.46",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.21+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Telemetry pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.103.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Hub versions ant\u00e9rieures \u00e0 10.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.906.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2019-25013",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25013"
},
{
"name": "CVE-2017-9937",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9937"
},
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2022-1343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1343"
},
{
"name": "CVE-2013-4235",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4235"
},
{
"name": "CVE-2024-37370",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37370"
},
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2024-57981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57981"
},
{
"name": "CVE-2025-8715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8715"
},
{
"name": "CVE-2017-3613",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3613"
},
{
"name": "CVE-2025-30681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30681"
},
{
"name": "CVE-2022-25308",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25308"
},
{
"name": "CVE-2021-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3996"
},
{
"name": "CVE-2024-38807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38807"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2023-27102",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27102"
},
{
"name": "CVE-2022-43236",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43236"
},
{
"name": "CVE-2024-20919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20919"
},
{
"name": "CVE-2023-7104",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7104"
},
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2005-0602",
"url": "https://www.cve.org/CVERecord?id=CVE-2005-0602"
},
{
"name": "CVE-2017-6834",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6834"
},
{
"name": "CVE-2025-22003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22003"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2023-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21938"
},
{
"name": "CVE-2023-3428",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3428"
},
{
"name": "CVE-2021-3933",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3933"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2022-43237",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43237"
},
{
"name": "CVE-2021-23215",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23215"
},
{
"name": "CVE-2022-1115",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1115"
},
{
"name": "CVE-2024-57994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57994"
},
{
"name": "CVE-2025-21798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21798"
},
{
"name": "CVE-2025-3264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3264"
},
{
"name": "CVE-2015-4789",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4789"
},
{
"name": "CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2020-14621",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14621"
},
{
"name": "CVE-2025-26465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26465"
},
{
"name": "CVE-2025-21975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21975"
},
{
"name": "CVE-2025-21980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21980"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2025-21889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21889"
},
{
"name": "CVE-2025-21861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21861"
},
{
"name": "CVE-2025-38328",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38328"
},
{
"name": "CVE-2025-31115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31115"
},
{
"name": "CVE-2021-33294",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33294"
},
{
"name": "CVE-2023-3195",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3195"
},
{
"name": "CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"name": "CVE-2023-21843",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21843"
},
{
"name": "CVE-2021-20243",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20243"
},
{
"name": "CVE-2023-3316",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3316"
},
{
"name": "CVE-2023-1175",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1175"
},
{
"name": "CVE-2024-57948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57948"
},
{
"name": "CVE-2025-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21937"
},
{
"name": "CVE-2014-9157",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9157"
},
{
"name": "CVE-2020-2803",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2803"
},
{
"name": "CVE-2020-14803",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14803"
},
{
"name": "CVE-2024-58088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58088"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2025-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53042"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2021-37600",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37600"
},
{
"name": "CVE-2025-21689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21689"
},
{
"name": "CVE-2025-21682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21682"
},
{
"name": "CVE-2011-3374",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-3374"
},
{
"name": "CVE-2025-30689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30689"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2021-26260",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26260"
},
{
"name": "CVE-2023-0922",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0922"
},
{
"name": "CVE-2025-38100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38100"
},
{
"name": "CVE-2017-18250",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18250"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2025-1372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1372"
},
{
"name": "CVE-2025-40002",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40002"
},
{
"name": "CVE-2022-21426",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21426"
},
{
"name": "CVE-2025-8851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8851"
},
{
"name": "CVE-2024-58010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58010"
},
{
"name": "CVE-2025-38043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38043"
},
{
"name": "CVE-2025-21697",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21697"
},
{
"name": "CVE-2025-30715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30715"
},
{
"name": "CVE-2024-57973",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57973"
},
{
"name": "CVE-2022-24407",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24407"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-46908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46908"
},
{
"name": "CVE-2022-3626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3626"
},
{
"name": "CVE-2024-28834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28834"
},
{
"name": "CVE-2021-38604",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38604"
},
{
"name": "CVE-2001-1268",
"url": "https://www.cve.org/CVERecord?id=CVE-2001-1268"
},
{
"name": "CVE-2022-2874",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2874"
},
{
"name": "CVE-2025-22017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22017"
},
{
"name": "CVE-2025-38108",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38108"
},
{
"name": "CVE-2025-21783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21783"
},
{
"name": "CVE-2025-38229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38229"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2021-3733",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3733"
},
{
"name": "CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"name": "CVE-2025-21786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21786"
},
{
"name": "CVE-2024-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11187"
},
{
"name": "CVE-2020-27769",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27769"
},
{
"name": "CVE-2025-30682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30682"
},
{
"name": "CVE-2021-35586",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35586"
},
{
"name": "CVE-2014-9748",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9748"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2014-8141",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8141"
},
{
"name": "CVE-2022-1623",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1623"
},
{
"name": "CVE-2025-21881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21881"
},
{
"name": "CVE-2025-21951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21951"
},
{
"name": "CVE-2024-38829",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38829"
},
{
"name": "CVE-2025-10148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10148"
},
{
"name": "CVE-2017-6831",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6831"
},
{
"name": "CVE-2024-58034",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58034"
},
{
"name": "CVE-2025-25724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25724"
},
{
"name": "CVE-2025-27818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27818"
},
{
"name": "CVE-2021-3997",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3997"
},
{
"name": "CVE-2025-50102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50102"
},
{
"name": "CVE-2023-38471",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38471"
},
{
"name": "CVE-2022-0158",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0158"
},
{
"name": "CVE-2020-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27776"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2025-21743",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21743"
},
{
"name": "CVE-2025-38147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38147"
},
{
"name": "CVE-2023-6780",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6780"
},
{
"name": "CVE-2023-34475",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34475"
},
{
"name": "CVE-2024-26896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26896"
},
{
"name": "CVE-2025-38286",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38286"
},
{
"name": "CVE-2025-55248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55248"
},
{
"name": "CVE-2024-24762",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24762"
},
{
"name": "CVE-2025-53643",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53643"
},
{
"name": "CVE-2022-0696",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0696"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2024-21144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21144"
},
{
"name": "CVE-2024-3220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3220"
},
{
"name": "CVE-2022-3599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3599"
},
{
"name": "CVE-2021-39537",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39537"
},
{
"name": "CVE-2025-12380",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12380"
},
{
"name": "CVE-2022-42010",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42010"
},
{
"name": "CVE-2015-4787",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4787"
},
{
"name": "CVE-2021-35550",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35550"
},
{
"name": "CVE-2022-27781",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27781"
},
{
"name": "CVE-2025-21847",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21847"
},
{
"name": "CVE-2022-2929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2929"
},
{
"name": "CVE-2018-15120",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15120"
},
{
"name": "CVE-2024-58069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58069"
},
{
"name": "CVE-2025-8556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8556"
},
{
"name": "CVE-2023-0796",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0796"
},
{
"name": "CVE-2025-21853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21853"
},
{
"name": "CVE-2025-21871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21871"
},
{
"name": "CVE-2023-51385",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51385"
},
{
"name": "CVE-2016-0682",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0682"
},
{
"name": "CVE-2025-4287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4287"
},
{
"name": "CVE-2024-43788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43788"
},
{
"name": "CVE-2025-21731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21731"
},
{
"name": "CVE-2023-48237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48237"
},
{
"name": "CVE-2023-48706",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48706"
},
{
"name": "CVE-2021-3605",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3605"
},
{
"name": "CVE-2025-38515",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38515"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2024-25126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25126"
},
{
"name": "CVE-2025-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21941"
},
{
"name": "CVE-2025-8277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8277"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2017-10928",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10928"
},
{
"name": "CVE-2023-52425",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52425"
},
{
"name": "CVE-2025-38163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38163"
},
{
"name": "CVE-2021-35567",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35567"
},
{
"name": "CVE-2017-12429",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12429"
},
{
"name": "CVE-2025-38444",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38444"
},
{
"name": "CVE-2023-38546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
},
{
"name": "CVE-2019-8322",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8322"
},
{
"name": "CVE-2024-52615",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52615"
},
{
"name": "CVE-2020-14579",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14579"
},
{
"name": "CVE-2023-2157",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2157"
},
{
"name": "CVE-2025-32386",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32386"
},
{
"name": "CVE-2025-21823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21823"
},
{
"name": "CVE-2025-11731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11731"
},
{
"name": "CVE-2019-1010238",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1010238"
},
{
"name": "CVE-2024-26700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26700"
},
{
"name": "CVE-2024-58082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58082"
},
{
"name": "CVE-2024-35176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35176"
},
{
"name": "CVE-2024-33602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33602"
},
{
"name": "CVE-2025-55551",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55551"
},
{
"name": "CVE-2025-50100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50100"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2025-21763",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21763"
},
{
"name": "CVE-2023-21954",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21954"
},
{
"name": "CVE-2025-40780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40780"
},
{
"name": "CVE-2023-48368",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48368"
},
{
"name": "CVE-2014-4715",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-4715"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21939"
},
{
"name": "CVE-2022-48554",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48554"
},
{
"name": "CVE-2022-0563",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0563"
},
{
"name": "CVE-2025-38157",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38157"
},
{
"name": "CVE-2023-24757",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24757"
},
{
"name": "CVE-2024-20926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20926"
},
{
"name": "CVE-2025-21678",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21678"
},
{
"name": "CVE-2025-4056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4056"
},
{
"name": "CVE-2024-28757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28757"
},
{
"name": "CVE-2020-29562",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29562"
},
{
"name": "CVE-2022-31683",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31683"
},
{
"name": "CVE-2020-22218",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22218"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-53062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53062"
},
{
"name": "CVE-2015-4776",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4776"
},
{
"name": "CVE-2025-21872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21872"
},
{
"name": "CVE-2017-3616",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3616"
},
{
"name": "CVE-2021-2163",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2163"
},
{
"name": "CVE-2025-21922",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21922"
},
{
"name": "CVE-2025-27817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27817"
},
{
"name": "CVE-2023-30086",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30086"
},
{
"name": "CVE-2017-6832",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6832"
},
{
"name": "CVE-2022-2208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2208"
},
{
"name": "CVE-2024-45720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45720"
},
{
"name": "CVE-2022-1056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1056"
},
{
"name": "CVE-2018-10805",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10805"
},
{
"name": "CVE-2019-19906",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19906"
},
{
"name": "CVE-2025-38219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38219"
},
{
"name": "CVE-2015-4785",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4785"
},
{
"name": "CVE-2025-38466",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38466"
},
{
"name": "CVE-2022-24921",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24921"
},
{
"name": "CVE-2022-32208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32208"
},
{
"name": "CVE-2020-15095",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15095"
},
{
"name": "CVE-2018-16328",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16328"
},
{
"name": "CVE-2024-38949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38949"
},
{
"name": "CVE-2022-28327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28327"
},
{
"name": "CVE-2025-5745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5745"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2022-43239",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43239"
},
{
"name": "CVE-2022-41409",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41409"
},
{
"name": "CVE-2022-32546",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32546"
},
{
"name": "CVE-2025-0838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0838"
},
{
"name": "CVE-2024-57980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57980"
},
{
"name": "CVE-2023-5441",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5441"
},
{
"name": "CVE-2025-55553",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55553"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2024-58011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58011"
},
{
"name": "CVE-2025-21796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21796"
},
{
"name": "CVE-2024-12086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12086"
},
{
"name": "CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"name": "CVE-2025-21691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21691"
},
{
"name": "CVE-2021-4219",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4219"
},
{
"name": "CVE-2018-15798",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15798"
},
{
"name": "CVE-2025-55154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55154"
},
{
"name": "CVE-2025-49146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49146"
},
{
"name": "CVE-2025-40026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40026"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2022-3153",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3153"
},
{
"name": "CVE-2022-2057",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2057"
},
{
"name": "CVE-2025-5197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5197"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2023-39328",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39328"
},
{
"name": "CVE-2023-45853",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
},
{
"name": "CVE-2024-47611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47611"
},
{
"name": "CVE-2017-11447",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11447"
},
{
"name": "CVE-2019-8323",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8323"
},
{
"name": "CVE-2023-39593",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39593"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2025-46569",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46569"
},
{
"name": "CVE-2024-21068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21068"
},
{
"name": "CVE-2018-14434",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14434"
},
{
"name": "CVE-2019-6293",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6293"
},
{
"name": "CVE-2025-30703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30703"
},
{
"name": "CVE-2025-21738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21738"
},
{
"name": "CVE-2022-48522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48522"
},
{
"name": "CVE-2025-21684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21684"
},
{
"name": "CVE-2023-50868",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50868"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2023-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21830"
},
{
"name": "CVE-2023-26965",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26965"
},
{
"name": "CVE-2023-2602",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2602"
},
{
"name": "CVE-2021-2161",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2161"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2017-10140",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10140"
},
{
"name": "CVE-2021-2341",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2341"
},
{
"name": "CVE-2021-3468",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3468"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2024-58061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58061"
},
{
"name": "CVE-2025-46148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46148"
},
{
"name": "CVE-2024-58058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58058"
},
{
"name": "CVE-2025-21768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21768"
},
{
"name": "CVE-2025-21864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21864"
},
{
"name": "CVE-2025-2149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2149"
},
{
"name": "CVE-2021-3502",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3502"
},
{
"name": "CVE-2025-6052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6052"
},
{
"name": "CVE-2018-16329",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16329"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2025-24813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24813"
},
{
"name": "CVE-2024-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58056"
},
{
"name": "CVE-2023-52426",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52426"
},
{
"name": "CVE-2025-50080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50080"
},
{
"name": "CVE-2025-21725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21725"
},
{
"name": "CVE-2024-43790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43790"
},
{
"name": "CVE-2025-38313",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38313"
},
{
"name": "CVE-2025-38336",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38336"
},
{
"name": "CVE-2022-2058",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2058"
},
{
"name": "CVE-2025-22009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22009"
},
{
"name": "CVE-2025-38061",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38061"
},
{
"name": "CVE-2022-45061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45061"
},
{
"name": "CVE-2025-21727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21727"
},
{
"name": "CVE-2024-45492",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45492"
},
{
"name": "CVE-2015-4764",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4764"
},
{
"name": "CVE-2025-22228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22228"
},
{
"name": "CVE-2022-43240",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43240"
},
{
"name": "CVE-2020-1752",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1752"
},
{
"name": "CVE-2025-5987",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5987"
},
{
"name": "CVE-2023-4091",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4091"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2025-38375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38375"
},
{
"name": "CVE-2015-4779",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4779"
},
{
"name": "CVE-2021-20312",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20312"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2025-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2953"
},
{
"name": "CVE-2020-14593",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14593"
},
{
"name": "CVE-2025-21904",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21904"
},
{
"name": "CVE-2019-20838",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20838"
},
{
"name": "CVE-2025-37798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37798"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2025-50078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50078"
},
{
"name": "CVE-2022-28739",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28739"
},
{
"name": "CVE-2024-26726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26726"
},
{
"name": "CVE-2023-52593",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52593"
},
{
"name": "CVE-2025-3933",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3933"
},
{
"name": "CVE-2023-26785",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26785"
},
{
"name": "CVE-2025-49794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49794"
},
{
"name": "CVE-2020-14664",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14664"
},
{
"name": "CVE-2023-48235",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48235"
},
{
"name": "CVE-2024-57970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57970"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-21668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21668"
},
{
"name": "CVE-2025-22004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
},
{
"name": "CVE-2022-32207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32207"
},
{
"name": "CVE-2024-44939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44939"
},
{
"name": "CVE-2024-43374",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43374"
},
{
"name": "CVE-2023-50782",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50782"
},
{
"name": "CVE-2025-21929",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21929"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2022-3627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3627"
},
{
"name": "CVE-2020-14797",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14797"
},
{
"name": "CVE-2025-21735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21735"
},
{
"name": "CVE-2024-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3596"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2024-27280",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27280"
},
{
"name": "CVE-2025-3000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3000"
},
{
"name": "CVE-2022-3213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3213"
},
{
"name": "CVE-2022-2867",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2867"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2021-23177",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23177"
},
{
"name": "CVE-2020-14798",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14798"
},
{
"name": "CVE-2007-4559",
"url": "https://www.cve.org/CVERecord?id=CVE-2007-4559"
},
{
"name": "CVE-2025-21839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21839"
},
{
"name": "CVE-2025-38112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38112"
},
{
"name": "CVE-2025-5878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5878"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2022-3715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3715"
},
{
"name": "CVE-2023-4016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4016"
},
{
"name": "CVE-2024-58063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58063"
},
{
"name": "CVE-2015-4780",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4780"
},
{
"name": "CVE-2024-41957",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41957"
},
{
"name": "CVE-2025-38500",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38500"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2025-24293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24293"
},
{
"name": "CVE-2025-8961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8961"
},
{
"name": "CVE-2025-21977",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21977"
},
{
"name": "CVE-2022-25147",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25147"
},
{
"name": "CVE-2025-21779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21779"
},
{
"name": "CVE-2024-58005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58005"
},
{
"name": "CVE-2025-21674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21674"
},
{
"name": "CVE-2022-3598",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3598"
},
{
"name": "CVE-2025-30696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30696"
},
{
"name": "CVE-2023-0798",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0798"
},
{
"name": "CVE-2025-21918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21918"
},
{
"name": "CVE-2025-38203",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38203"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2022-0909",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0909"
},
{
"name": "CVE-2025-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8176"
},
{
"name": "CVE-2023-28154",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28154"
},
{
"name": "CVE-2023-48231",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48231"
},
{
"name": "CVE-2025-55752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55752"
},
{
"name": "CVE-2023-38633",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38633"
},
{
"name": "CVE-2025-21948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21948"
},
{
"name": "CVE-2023-2609",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2609"
},
{
"name": "CVE-2025-53905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53905"
},
{
"name": "CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"name": "CVE-2021-46312",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46312"
},
{
"name": "CVE-2018-14628",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14628"
},
{
"name": "CVE-2022-21299",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21299"
},
{
"name": "CVE-2022-38476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38476"
},
{
"name": "CVE-2019-6461",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6461"
},
{
"name": "CVE-2022-3515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3515"
},
{
"name": "CVE-2025-38004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38004"
},
{
"name": "CVE-2020-2773",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2773"
},
{
"name": "CVE-2015-5262",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-5262"
},
{
"name": "CVE-2022-43244",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43244"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2025-21753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21753"
},
{
"name": "CVE-2017-6004",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6004"
},
{
"name": "CVE-2023-45284",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45284"
},
{
"name": "CVE-2015-7696",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7696"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2025-38387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38387"
},
{
"name": "CVE-2023-45922",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45922"
},
{
"name": "CVE-2015-4754",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4754"
},
{
"name": "CVE-2025-21699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21699"
},
{
"name": "CVE-2025-38362",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38362"
},
{
"name": "CVE-2022-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27776"
},
{
"name": "CVE-2023-45322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45322"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2024-20921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20921"
},
{
"name": "CVE-2022-39046",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39046"
},
{
"name": "CVE-2020-14578",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14578"
},
{
"name": "CVE-2025-21584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21584"
},
{
"name": "CVE-2022-42916",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42916"
},
{
"name": "CVE-2025-40004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40004"
},
{
"name": "CVE-2017-7619",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7619"
},
{
"name": "CVE-2024-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8176"
},
{
"name": "CVE-2020-2805",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2805"
},
{
"name": "CVE-2025-21712",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21712"
},
{
"name": "CVE-2025-38371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38371"
},
{
"name": "CVE-2023-2731",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2731"
},
{
"name": "CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"name": "CVE-2021-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35939"
},
{
"name": "CVE-2024-57982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57982"
},
{
"name": "CVE-2025-38445",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38445"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2023-0803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0803"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2025-21746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21746"
},
{
"name": "CVE-2022-0391",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0391"
},
{
"name": "CVE-2023-1170",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1170"
},
{
"name": "CVE-2022-24070",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24070"
},
{
"name": "CVE-2025-38461",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38461"
},
{
"name": "CVE-2019-17547",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-17547"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2021-36411",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36411"
},
{
"name": "CVE-2023-30774",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30774"
},
{
"name": "CVE-2018-10919",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10919"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2020-2830",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2830"
},
{
"name": "CVE-2025-53014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53014"
},
{
"name": "CVE-2025-7962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7962"
},
{
"name": "CVE-2022-21624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21624"
},
{
"name": "CVE-2020-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2781"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2018-10804",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10804"
},
{
"name": "CVE-2025-38159",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38159"
},
{
"name": "CVE-2022-0907",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0907"
},
{
"name": "CVE-2021-3421",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3421"
},
{
"name": "CVE-2022-21305",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21305"
},
{
"name": "CVE-2025-38066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38066"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2021-3670",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3670"
},
{
"name": "CVE-2021-38297",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38297"
},
{
"name": "CVE-2025-4373",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4373"
},
{
"name": "CVE-2015-4790",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4790"
},
{
"name": "CVE-2025-4598",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4598"
},
{
"name": "CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"name": "CVE-2025-21836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21836"
},
{
"name": "CVE-2025-21715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21715"
},
{
"name": "CVE-2024-6174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6174"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2020-10735",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10735"
},
{
"name": "CVE-2025-38305",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38305"
},
{
"name": "CVE-2020-14556",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14556"
},
{
"name": "CVE-2025-38067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38067"
},
{
"name": "CVE-2025-50085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50085"
},
{
"name": "CVE-2025-21781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21781"
},
{
"name": "CVE-2024-58054",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58054"
},
{
"name": "CVE-2024-43398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43398"
},
{
"name": "CVE-2020-14792",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14792"
},
{
"name": "CVE-2019-16776",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16776"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2023-6779",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6779"
},
{
"name": "CVE-2022-28738",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28738"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2024-8508",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8508"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2025-41248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41248"
},
{
"name": "CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"name": "CVE-2015-2624",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2624"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2025-40364",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40364"
},
{
"name": "CVE-2023-29491",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29491"
},
{
"name": "CVE-2025-38068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38068"
},
{
"name": "CVE-2025-61985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61985"
},
{
"name": "CVE-2013-2064",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-2064"
},
{
"name": "CVE-2025-38401",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38401"
},
{
"name": "CVE-2025-21772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21772"
},
{
"name": "CVE-2021-20266",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20266"
},
{
"name": "CVE-2022-21271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21271"
},
{
"name": "CVE-2024-58070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58070"
},
{
"name": "CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"name": "CVE-2023-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25193"
},
{
"name": "CVE-2024-34447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34447"
},
{
"name": "CVE-2020-25663",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25663"
},
{
"name": "CVE-2022-0156",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0156"
},
{
"name": "CVE-2025-21914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21914"
},
{
"name": "CVE-2024-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58057"
},
{
"name": "CVE-2025-0306",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0306"
},
{
"name": "CVE-2025-1371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1371"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2024-58007",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58007"
},
{
"name": "CVE-2023-1355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1355"
},
{
"name": "CVE-2025-21995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21995"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2025-21868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21868"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-5372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5372"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2022-37967",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37967"
},
{
"name": "CVE-2022-22844",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22844"
},
{
"name": "CVE-2025-21915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21915"
},
{
"name": "CVE-2019-13232",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13232"
},
{
"name": "CVE-2025-27210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27210"
},
{
"name": "CVE-2025-38102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38102"
},
{
"name": "CVE-2024-33600",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33600"
},
{
"name": "CVE-2025-21792",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21792"
},
{
"name": "CVE-2015-2654",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2654"
},
{
"name": "CVE-2025-55560",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55560"
},
{
"name": "CVE-2025-21728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21728"
},
{
"name": "CVE-2024-58018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58018"
},
{
"name": "CVE-2023-42669",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42669"
},
{
"name": "CVE-2022-1210",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1210"
},
{
"name": "CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2023-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22081"
},
{
"name": "CVE-2015-4778",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4778"
},
{
"name": "CVE-2023-42670",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42670"
},
{
"name": "CVE-2022-4203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
},
{
"name": "CVE-2024-58090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58090"
},
{
"name": "CVE-2025-59842",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59842"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2024-27766",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27766"
},
{
"name": "CVE-2025-37958",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37958"
},
{
"name": "CVE-2025-21714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21714"
},
{
"name": "CVE-2024-58078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58078"
},
{
"name": "CVE-2023-32636",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32636"
},
{
"name": "CVE-2023-6277",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6277"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2025-21855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21855"
},
{
"name": "CVE-2025-38399",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38399"
},
{
"name": "CVE-2025-21972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21972"
},
{
"name": "CVE-2025-38065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38065"
},
{
"name": "CVE-2025-38459",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38459"
},
{
"name": "CVE-2024-21510",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21510"
},
{
"name": "CVE-2023-34153",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34153"
},
{
"name": "CVE-2023-3618",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3618"
},
{
"name": "CVE-2020-14153",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14153"
},
{
"name": "CVE-2022-1114",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1114"
},
{
"name": "CVE-2023-48233",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48233"
},
{
"name": "CVE-2025-38412",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38412"
},
{
"name": "CVE-2025-38031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38031"
},
{
"name": "CVE-2023-4813",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4813"
},
{
"name": "CVE-2022-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21626"
},
{
"name": "CVE-2011-2207",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-2207"
},
{
"name": "CVE-2025-54874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54874"
},
{
"name": "CVE-2017-3617",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3617"
},
{
"name": "CVE-2024-53124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53124"
},
{
"name": "CVE-2025-38293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38293"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2025-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21830"
},
{
"name": "CVE-2018-12600",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12600"
},
{
"name": "CVE-2025-4877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4877"
},
{
"name": "CVE-2021-41771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41771"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2020-14781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14781"
},
{
"name": "CVE-2016-3189",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3189"
},
{
"name": "CVE-2023-4154",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4154"
},
{
"name": "CVE-2025-38184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38184"
},
{
"name": "CVE-2017-3615",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3615"
},
{
"name": "CVE-2022-0714",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0714"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2025-9340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9340"
},
{
"name": "CVE-2023-24758",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24758"
},
{
"name": "CVE-2025-55552",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55552"
},
{
"name": "CVE-2025-30683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30683"
},
{
"name": "CVE-2025-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30699"
},
{
"name": "CVE-2025-61921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61921"
},
{
"name": "CVE-2024-4030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4030"
},
{
"name": "CVE-2025-27587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27587"
},
{
"name": "CVE-2016-7531",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-7531"
},
{
"name": "CVE-2006-3082",
"url": "https://www.cve.org/CVERecord?id=CVE-2006-3082"
},
{
"name": "CVE-2023-5341",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5341"
},
{
"name": "CVE-2025-8534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8534"
},
{
"name": "CVE-2025-21767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21767"
},
{
"name": "CVE-2025-3262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3262"
},
{
"name": "CVE-2025-21986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21986"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-1390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1390"
},
{
"name": "CVE-2024-33599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33599"
},
{
"name": "CVE-2023-34968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34968"
},
{
"name": "CVE-2024-0743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0743"
},
{
"name": "CVE-2025-21961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21961"
},
{
"name": "CVE-2025-38458",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38458"
},
{
"name": "CVE-2025-6297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6297"
},
{
"name": "CVE-2016-10062",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-10062"
},
{
"name": "CVE-2025-21764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21764"
},
{
"name": "CVE-2024-57974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57974"
},
{
"name": "CVE-2024-58093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58093"
},
{
"name": "CVE-2023-34152",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34152"
},
{
"name": "CVE-2022-43249",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43249"
},
{
"name": "CVE-2025-38034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38034"
},
{
"name": "CVE-2024-58085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58085"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2017-3608",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3608"
},
{
"name": "CVE-2025-47268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47268"
},
{
"name": "CVE-2025-21690",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21690"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2024-57996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57996"
},
{
"name": "CVE-2025-38135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38135"
},
{
"name": "CVE-2023-28484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28484"
},
{
"name": "CVE-2022-43242",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43242"
},
{
"name": "CVE-2019-2708",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2708"
},
{
"name": "CVE-2025-38312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38312"
},
{
"name": "CVE-2016-0692",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0692"
},
{
"name": "CVE-2019-14844",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14844"
},
{
"name": "CVE-2022-21366",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21366"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2025-38464",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38464"
},
{
"name": "CVE-2025-21946",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21946"
},
{
"name": "CVE-2025-21838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21838"
},
{
"name": "CVE-2025-21982",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21982"
},
{
"name": "CVE-2025-21867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21867"
},
{
"name": "CVE-2025-21666",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21666"
},
{
"name": "CVE-2023-0802",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0802"
},
{
"name": "CVE-2025-53859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53859"
},
{
"name": "CVE-2023-46219",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46219"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-21828",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21828"
},
{
"name": "CVE-2023-47038",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47038"
},
{
"name": "CVE-2025-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23167"
},
{
"name": "CVE-2025-38363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38363"
},
{
"name": "CVE-2025-21704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21704"
},
{
"name": "CVE-2025-21936",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21936"
},
{
"name": "CVE-2022-0865",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0865"
},
{
"name": "CVE-2023-5981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5981"
},
{
"name": "CVE-2025-38319",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38319"
},
{
"name": "CVE-2025-43859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43859"
},
{
"name": "CVE-2024-58013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58013"
},
{
"name": "CVE-2022-0529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0529"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2016-7514",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-7514"
},
{
"name": "CVE-2015-4782",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4782"
},
{
"name": "CVE-2025-21909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21909"
},
{
"name": "CVE-2022-2056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2056"
},
{
"name": "CVE-2025-9092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9092"
},
{
"name": "CVE-2025-21766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21766"
},
{
"name": "CVE-2025-38457",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38457"
},
{
"name": "CVE-2024-54677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54677"
},
{
"name": "CVE-2021-3598",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3598"
},
{
"name": "CVE-2025-21880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21880"
},
{
"name": "CVE-2025-50094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50094"
},
{
"name": "CVE-2021-35559",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35559"
},
{
"name": "CVE-2025-21959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21959"
},
{
"name": "CVE-2024-38809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38809"
},
{
"name": "CVE-2025-38212",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38212"
},
{
"name": "CVE-2017-3610",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3610"
},
{
"name": "CVE-2023-1264",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1264"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2024-58266",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58266"
},
{
"name": "CVE-2025-38298",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38298"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2025-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50098"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2018-1000076",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000076"
},
{
"name": "CVE-2022-4293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4293"
},
{
"name": "CVE-2025-37974",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37974"
},
{
"name": "CVE-2025-5915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5915"
},
{
"name": "CVE-2024-57834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57834"
},
{
"name": "CVE-2025-55197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55197"
},
{
"name": "CVE-2022-32743",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32743"
},
{
"name": "CVE-2025-55558",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55558"
},
{
"name": "CVE-2022-21291",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21291"
},
{
"name": "CVE-2024-58017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58017"
},
{
"name": "CVE-2025-5917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5917"
},
{
"name": "CVE-2025-26603",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26603"
},
{
"name": "CVE-2023-35116",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35116"
},
{
"name": "CVE-2025-38078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38078"
},
{
"name": "CVE-2025-21809",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21809"
},
{
"name": "CVE-2025-38419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38419"
},
{
"name": "CVE-2024-45490",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45490"
},
{
"name": "CVE-2021-32490",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32490"
},
{
"name": "CVE-2020-27768",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27768"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2025-50086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50086"
},
{
"name": "CVE-2016-5118",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-5118"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2023-46045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46045"
},
{
"name": "CVE-2025-37889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37889"
},
{
"name": "CVE-2021-3995",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3995"
},
{
"name": "CVE-2015-4788",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4788"
},
{
"name": "CVE-2025-55557",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55557"
},
{
"name": "CVE-2024-12085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12085"
},
{
"name": "CVE-2022-24599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24599"
},
{
"name": "CVE-2025-21981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21981"
},
{
"name": "CVE-2025-38211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38211"
},
{
"name": "CVE-2025-2999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2999"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2025-21910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21910"
},
{
"name": "CVE-2021-35452",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35452"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2023-28319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28319"
},
{
"name": "CVE-2021-35565",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35565"
},
{
"name": "CVE-2020-10251",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10251"
},
{
"name": "CVE-2024-11584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11584"
},
{
"name": "CVE-2024-45491",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45491"
},
{
"name": "CVE-2025-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2020-2981",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2981"
},
{
"name": "CVE-2025-21745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21745"
},
{
"name": "CVE-2025-21791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21791"
},
{
"name": "CVE-2020-18781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18781"
},
{
"name": "CVE-2025-7709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7709"
},
{
"name": "CVE-2024-52559",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52559"
},
{
"name": "CVE-2025-38077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38077"
},
{
"name": "CVE-2025-38251",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38251"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2025-38120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38120"
},
{
"name": "CVE-2017-7186",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7186"
},
{
"name": "CVE-2025-38285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38285"
},
{
"name": "CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"name": "CVE-2025-37750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37750"
},
{
"name": "CVE-2021-39293",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39293"
},
{
"name": "CVE-2025-21795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21795"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-22014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22014"
},
{
"name": "CVE-2025-38161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38161"
},
{
"name": "CVE-2025-9640",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9640"
},
{
"name": "CVE-2022-1897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1897"
},
{
"name": "CVE-2022-43248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43248"
},
{
"name": "CVE-2016-3418",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3418"
},
{
"name": "CVE-2022-29824",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29824"
},
{
"name": "CVE-2024-58081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58081"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2025-21814",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21814"
},
{
"name": "CVE-2025-50082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50082"
},
{
"name": "CVE-2017-6829",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6829"
},
{
"name": "CVE-2025-32462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32462"
},
{
"name": "CVE-2025-40027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40027"
},
{
"name": "CVE-2025-50097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50097"
},
{
"name": "CVE-2021-4214",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4214"
},
{
"name": "CVE-2025-21911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21911"
},
{
"name": "CVE-2023-24752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24752"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2024-21742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21742"
},
{
"name": "CVE-2022-43245",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43245"
},
{
"name": "CVE-2015-2656",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2656"
},
{
"name": "CVE-2025-50084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50084"
},
{
"name": "CVE-2018-9133",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-9133"
},
{
"name": "CVE-2025-50079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50079"
},
{
"name": "CVE-2025-38115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38115"
},
{
"name": "CVE-2025-21758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21758"
},
{
"name": "CVE-2023-0767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0767"
},
{
"name": "CVE-2025-21816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21816"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2021-35603",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35603"
},
{
"name": "CVE-2025-21996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
},
{
"name": "CVE-2021-36410",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36410"
},
{
"name": "CVE-2025-21780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21780"
},
{
"name": "CVE-2017-3612",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3612"
},
{
"name": "CVE-2024-12705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12705"
},
{
"name": "CVE-2025-38153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38153"
},
{
"name": "CVE-2025-21787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21787"
},
{
"name": "CVE-2023-28487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28487"
},
{
"name": "CVE-2023-22067",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22067"
},
{
"name": "CVE-2023-31439",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31439"
},
{
"name": "CVE-2023-51074",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51074"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2018-1000074",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000074"
},
{
"name": "CVE-2025-37785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37785"
},
{
"name": "CVE-2025-21776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21776"
},
{
"name": "CVE-2024-58003",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58003"
},
{
"name": "CVE-2025-21917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21917"
},
{
"name": "CVE-2025-21706",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21706"
},
{
"name": "CVE-2025-48964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48964"
},
{
"name": "CVE-2025-55193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55193"
},
{
"name": "CVE-2025-38395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38395"
},
{
"name": "CVE-2023-29499",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29499"
},
{
"name": "CVE-2025-21574",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21574"
},
{
"name": "CVE-2022-42011",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42011"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2025-38337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38337"
},
{
"name": "CVE-2025-21957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21957"
},
{
"name": "CVE-2025-38727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38727"
},
{
"name": "CVE-2022-41720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41720"
},
{
"name": "CVE-2024-1013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1013"
},
{
"name": "CVE-2022-0319",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0319"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-30258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30258"
},
{
"name": "CVE-2025-21999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
},
{
"name": "CVE-2025-4565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4565"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2025-38465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38465"
},
{
"name": "CVE-2024-56406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56406"
},
{
"name": "CVE-2025-38513",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38513"
},
{
"name": "CVE-2025-21736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21736"
},
{
"name": "CVE-2025-21997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21997"
},
{
"name": "CVE-2025-21741",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21741"
},
{
"name": "CVE-2020-18032",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18032"
},
{
"name": "CVE-2017-6833",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6833"
},
{
"name": "CVE-2025-21808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21808"
},
{
"name": "CVE-2019-8324",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8324"
},
{
"name": "CVE-2020-2754",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2754"
},
{
"name": "CVE-2025-38086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38086"
},
{
"name": "CVE-2024-24788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24788"
},
{
"name": "CVE-2024-58076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58076"
},
{
"name": "CVE-2023-24751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24751"
},
{
"name": "CVE-2025-21708",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21708"
},
{
"name": "CVE-2015-4784",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4784"
},
{
"name": "CVE-2021-4048",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4048"
},
{
"name": "CVE-2023-4527",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4527"
},
{
"name": "CVE-2022-2980",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2980"
},
{
"name": "CVE-2025-5278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
},
{
"name": "CVE-2025-21992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21992"
},
{
"name": "CVE-2025-21720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21720"
},
{
"name": "CVE-2025-32463",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32463"
},
{
"name": "CVE-2015-7747",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7747"
},
{
"name": "CVE-2025-52999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52999"
},
{
"name": "CVE-2023-34055",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34055"
},
{
"name": "CVE-2024-41965",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41965"
},
{
"name": "CVE-2020-14796",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14796"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2025-55004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55004"
},
{
"name": "CVE-2014-8139",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8139"
},
{
"name": "CVE-2025-21580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21580"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-5318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
},
{
"name": "CVE-2025-38003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38003"
},
{
"name": "CVE-2025-38441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38441"
},
{
"name": "CVE-2023-51767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51767"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2023-6918",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6918"
},
{
"name": "CVE-2023-38037",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38037"
},
{
"name": "CVE-2012-5783",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-5783"
},
{
"name": "CVE-2022-2519",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2519"
},
{
"name": "CVE-2025-55754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55754"
},
{
"name": "CVE-2025-53023",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53023"
},
{
"name": "CVE-2025-21711",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21711"
},
{
"name": "CVE-2025-2998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2998"
},
{
"name": "CVE-2023-51792",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51792"
},
{
"name": "CVE-2021-20313",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20313"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2023-23931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23931"
},
{
"name": "CVE-2025-21575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21575"
},
{
"name": "CVE-2025-21978",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21978"
},
{
"name": "CVE-2019-16777",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16777"
},
{
"name": "CVE-2025-21760",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21760"
},
{
"name": "CVE-2023-45913",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45913"
},
{
"name": "CVE-2018-13153",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13153"
},
{
"name": "CVE-2022-0530",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0530"
},
{
"name": "CVE-2023-48236",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48236"
},
{
"name": "CVE-2025-21947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21947"
},
{
"name": "CVE-2025-21913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21913"
},
{
"name": "CVE-2023-34474",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34474"
},
{
"name": "CVE-2025-21665",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21665"
},
{
"name": "CVE-2025-38227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38227"
},
{
"name": "CVE-2018-1000079",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000079"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2024-58079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58079"
},
{
"name": "CVE-2025-21966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21966"
},
{
"name": "CVE-2025-21577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21577"
},
{
"name": "CVE-2021-45931",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45931"
},
{
"name": "CVE-2025-38079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38079"
},
{
"name": "CVE-2021-28544",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28544"
},
{
"name": "CVE-2021-46828",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46828"
},
{
"name": "CVE-2025-21734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21734"
},
{
"name": "CVE-2025-32728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32728"
},
{
"name": "CVE-2023-2804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2804"
},
{
"name": "CVE-2025-21970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21970"
},
{
"name": "CVE-2021-44964",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44964"
},
{
"name": "CVE-2025-6141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6141"
},
{
"name": "CVE-2022-42012",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42012"
},
{
"name": "CVE-2018-14437",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14437"
},
{
"name": "CVE-2024-13978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13978"
},
{
"name": "CVE-2025-21890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21890"
},
{
"name": "CVE-2025-61984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61984"
},
{
"name": "CVE-2021-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3596"
},
{
"name": "CVE-2025-21916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21916"
},
{
"name": "CVE-2025-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21925"
},
{
"name": "CVE-2024-57883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57883"
},
{
"name": "CVE-2022-21628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21628"
},
{
"name": "CVE-2017-6830",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6830"
},
{
"name": "CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"name": "CVE-2021-3520",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3520"
},
{
"name": "CVE-2024-47814",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47814"
},
{
"name": "CVE-2022-2923",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2923"
},
{
"name": "CVE-2025-21799",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21799"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2015-2626",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2626"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-21748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21748"
},
{
"name": "CVE-2025-21785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21785"
},
{
"name": "CVE-2020-10029",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10029"
},
{
"name": "CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2021-46310",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46310"
},
{
"name": "CVE-2022-36227",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36227"
},
{
"name": "CVE-2021-2369",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2369"
},
{
"name": "CVE-2025-21883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21883"
},
{
"name": "CVE-2023-29469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29469"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2025-38074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38074"
},
{
"name": "CVE-2024-58086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58086"
},
{
"name": "CVE-2025-38119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38119"
},
{
"name": "CVE-2025-38245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38245"
},
{
"name": "CVE-2022-37454",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37454"
},
{
"name": "CVE-2021-36770",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36770"
},
{
"name": "CVE-2025-21898",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21898"
},
{
"name": "CVE-2020-14152",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14152"
},
{
"name": "CVE-2025-38324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38324"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2021-36976",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36976"
},
{
"name": "CVE-2024-58051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58051"
},
{
"name": "CVE-2023-3164",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3164"
},
{
"name": "CVE-2022-3597",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3597"
},
{
"name": "CVE-2023-27535",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27535"
},
{
"name": "CVE-2022-27775",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27775"
},
{
"name": "CVE-2024-56337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56337"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2018-25032",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25032"
},
{
"name": "CVE-2025-9390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9390"
},
{
"name": "CVE-2025-62813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62813"
},
{
"name": "CVE-2025-21857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21857"
},
{
"name": "CVE-2019-9904",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9904"
},
{
"name": "CVE-2025-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
},
{
"name": "CVE-2022-42919",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42919"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2025-9165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9165"
},
{
"name": "CVE-2023-1981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1981"
},
{
"name": "CVE-2023-30571",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30571"
},
{
"name": "CVE-2022-2231",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2231"
},
{
"name": "CVE-2025-46150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46150"
},
{
"name": "CVE-2024-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12801"
},
{
"name": "CVE-2024-5642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5642"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2025-21812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21812"
},
{
"name": "CVE-2015-4781",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4781"
},
{
"name": "CVE-2023-23914",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23914"
},
{
"name": "CVE-2025-38542",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38542"
},
{
"name": "CVE-2025-38344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38344"
},
{
"name": "CVE-2023-28120",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28120"
},
{
"name": "CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"name": "CVE-2025-21848",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21848"
},
{
"name": "CVE-2021-3999",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3999"
},
{
"name": "CVE-2012-6153",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-6153"
},
{
"name": "CVE-2025-38088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38088"
},
{
"name": "CVE-2025-50096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50096"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2022-27774",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27774"
},
{
"name": "CVE-2025-21683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21683"
},
{
"name": "CVE-2025-38332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38332"
},
{
"name": "CVE-2020-35492",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35492"
},
{
"name": "CVE-2025-21908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21908"
},
{
"name": "CVE-2023-1289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1289"
},
{
"name": "CVE-2025-38386",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38386"
},
{
"name": "CVE-2023-6349",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6349"
},
{
"name": "CVE-2024-2004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2004"
},
{
"name": "CVE-2017-3605",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3605"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-23165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23165"
},
{
"name": "CVE-2022-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40303"
},
{
"name": "CVE-2023-0801",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0801"
},
{
"name": "CVE-2025-9341",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9341"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2017-7244",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7244"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2025-21895",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21895"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2025-1377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1377"
},
{
"name": "CVE-2025-30705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30705"
},
{
"name": "CVE-2018-16412",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16412"
},
{
"name": "CVE-2025-22005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22005"
},
{
"name": "CVE-2019-6462",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6462"
},
{
"name": "CVE-2025-21935",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21935"
},
{
"name": "CVE-2022-4645",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4645"
},
{
"name": "CVE-2021-32493",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32493"
},
{
"name": "CVE-2023-24754",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24754"
},
{
"name": "CVE-2020-29509",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29509"
},
{
"name": "CVE-2023-5568",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5568"
},
{
"name": "CVE-2023-38470",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38470"
},
{
"name": "CVE-2025-21675",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21675"
},
{
"name": "CVE-2023-34967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34967"
},
{
"name": "CVE-2025-38237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38237"
},
{
"name": "CVE-2025-38174",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38174"
},
{
"name": "CVE-2025-8713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8713"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2022-2869",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2869"
},
{
"name": "CVE-2021-4189",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4189"
},
{
"name": "CVE-2025-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50088"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2023-35945",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35945"
},
{
"name": "CVE-2024-45993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45993"
},
{
"name": "CVE-2025-6170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6170"
},
{
"name": "CVE-2021-35937",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35937"
},
{
"name": "CVE-2024-58019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58019"
},
{
"name": "CVE-2025-9900",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9900"
},
{
"name": "CVE-2024-26146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26146"
},
{
"name": "CVE-2025-21888",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21888"
},
{
"name": "CVE-2025-21866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21866"
},
{
"name": "CVE-2023-40745",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40745"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-3730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3730"
},
{
"name": "CVE-2025-22010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22010"
},
{
"name": "CVE-2024-25260",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25260"
},
{
"name": "CVE-2024-21147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21147"
},
{
"name": "CVE-2025-38037",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38037"
},
{
"name": "CVE-2017-3609",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3609"
},
{
"name": "CVE-2024-57990",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57990"
},
{
"name": "CVE-2021-29921",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29921"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2014-9636",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9636"
},
{
"name": "CVE-2025-5351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5351"
},
{
"name": "CVE-2025-52520",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52520"
},
{
"name": "CVE-2022-1622",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1622"
},
{
"name": "CVE-2017-3611",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3611"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2022-2521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2521"
},
{
"name": "CVE-2023-49582",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49582"
},
{
"name": "CVE-2025-43857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43857"
},
{
"name": "CVE-2025-31344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31344"
},
{
"name": "CVE-2025-21976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21976"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2024-57975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57975"
},
{
"name": "CVE-2020-14581",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14581"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2021-32491",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32491"
},
{
"name": "CVE-2025-50077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50077"
},
{
"name": "CVE-2022-2309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2309"
},
{
"name": "CVE-2024-52533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52533"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2023-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22025"
},
{
"name": "CVE-2021-43527",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43527"
},
{
"name": "CVE-2022-0924",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0924"
},
{
"name": "CVE-2025-24014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24014"
},
{
"name": "CVE-2022-33068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33068"
},
{
"name": "CVE-2025-38342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38342"
},
{
"name": "CVE-2025-54988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54988"
},
{
"name": "CVE-2024-58068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58068"
},
{
"name": "CVE-2025-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23083"
},
{
"name": "CVE-2015-4777",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4777"
},
{
"name": "CVE-2025-7039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7039"
},
{
"name": "CVE-2025-38167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38167"
},
{
"name": "CVE-2022-42915",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42915"
},
{
"name": "CVE-2023-0687",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0687"
},
{
"name": "CVE-2024-57998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57998"
},
{
"name": "CVE-2021-3426",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3426"
},
{
"name": "CVE-2022-32221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32221"
},
{
"name": "CVE-2022-1304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1304"
},
{
"name": "CVE-2021-2388",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2388"
},
{
"name": "CVE-2022-37434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37434"
},
{
"name": "CVE-2025-38257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38257"
},
{
"name": "CVE-2022-29458",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29458"
},
{
"name": "CVE-2025-38206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38206"
},
{
"name": "CVE-2019-12900",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12900"
},
{
"name": "CVE-2023-5156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5156"
},
{
"name": "CVE-2024-39908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39908"
},
{
"name": "CVE-2025-27220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
},
{
"name": "CVE-2021-32256",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32256"
},
{
"name": "CVE-2022-22942",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22942"
},
{
"name": "CVE-2024-38950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38950"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2025-21862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21862"
},
{
"name": "CVE-2023-47282",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47282"
},
{
"name": "CVE-2016-20012",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-20012"
},
{
"name": "CVE-2025-38111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38111"
},
{
"name": "CVE-2024-0553",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0553"
},
{
"name": "CVE-2022-44638",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44638"
},
{
"name": "CVE-2019-8325",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8325"
},
{
"name": "CVE-2025-21950",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21950"
},
{
"name": "CVE-2025-5918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5918"
},
{
"name": "CVE-2019-3792",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3792"
},
{
"name": "CVE-2022-43235",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43235"
},
{
"name": "CVE-2025-50092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50092"
},
{
"name": "CVE-2025-50099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50099"
},
{
"name": "CVE-2017-3614",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3614"
},
{
"name": "CVE-2022-0562",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0562"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2025-22001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22001"
},
{
"name": "CVE-2024-10524",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10524"
},
{
"name": "CVE-2025-40017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40017"
},
{
"name": "CVE-2023-45919",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45919"
},
{
"name": "CVE-2025-38326",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38326"
},
{
"name": "CVE-2025-3263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3263"
},
{
"name": "CVE-2025-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4878"
},
{
"name": "CVE-2018-15607",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15607"
},
{
"name": "CVE-2025-21899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21899"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-38384",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38384"
},
{
"name": "CVE-2025-40778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40778"
},
{
"name": "CVE-2025-21719",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21719"
},
{
"name": "CVE-2025-38424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38424"
},
{
"name": "CVE-2025-38430",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38430"
},
{
"name": "CVE-2025-21718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21718"
},
{
"name": "CVE-2025-3001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3001"
},
{
"name": "CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"name": "CVE-2021-35588",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35588"
},
{
"name": "CVE-2022-32545",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32545"
},
{
"name": "CVE-2025-21694",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21694"
},
{
"name": "CVE-2025-41244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41244"
},
{
"name": "CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"name": "CVE-2023-2603",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2603"
},
{
"name": "CVE-2025-21820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21820"
},
{
"name": "CVE-2017-6838",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6838"
},
{
"name": "CVE-2024-41946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41946"
},
{
"name": "CVE-2025-4802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
},
{
"name": "CVE-2024-21140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21140"
},
{
"name": "CVE-2024-41817",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41817"
},
{
"name": "CVE-2024-57979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57979"
},
{
"name": "CVE-2024-58071",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58071"
},
{
"name": "CVE-2025-21994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21994"
},
{
"name": "CVE-2025-30684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30684"
},
{
"name": "CVE-2017-6835",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6835"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2023-0799",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0799"
},
{
"name": "CVE-2024-12087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12087"
},
{
"name": "CVE-2025-38420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38420"
},
{
"name": "CVE-2021-3521",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3521"
},
{
"name": "CVE-2022-23806",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23806"
},
{
"name": "CVE-2022-21365",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21365"
},
{
"name": "CVE-2025-21943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21943"
},
{
"name": "CVE-2019-16775",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16775"
},
{
"name": "CVE-2024-57997",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57997"
},
{
"name": "CVE-2025-38160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38160"
},
{
"name": "CVE-2024-33601",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33601"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-6051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6051"
},
{
"name": "CVE-2022-21283",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21283"
},
{
"name": "CVE-2022-31782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31782"
},
{
"name": "CVE-2025-50093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50093"
},
{
"name": "CVE-2025-38107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38107"
},
{
"name": "CVE-2025-32434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32434"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-53069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53069"
},
{
"name": "CVE-2025-38085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38085"
},
{
"name": "CVE-2025-21806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21806"
},
{
"name": "CVE-2025-38222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38222"
},
{
"name": "CVE-2025-38197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38197"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2024-28085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
},
{
"name": "CVE-2022-43253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43253"
},
{
"name": "CVE-2021-36221",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36221"
},
{
"name": "CVE-2024-57977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57977"
},
{
"name": "CVE-2018-1000075",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000075"
},
{
"name": "CVE-2025-53019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53019"
},
{
"name": "CVE-2020-14782",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14782"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2024-5569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5569"
},
{
"name": "CVE-2024-57952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57952"
},
{
"name": "CVE-2025-53367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53367"
},
{
"name": "CVE-2025-21579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21579"
},
{
"name": "CVE-2021-45942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45942"
},
{
"name": "CVE-2022-1615",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1615"
},
{
"name": "CVE-2025-21928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21928"
},
{
"name": "CVE-2021-20246",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20246"
},
{
"name": "CVE-2025-21707",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21707"
},
{
"name": "CVE-2023-24755",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24755"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2025-5025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5025"
},
{
"name": "CVE-2023-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21937"
},
{
"name": "CVE-2022-23773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23773"
},
{
"name": "CVE-2025-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2024-27281",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27281"
},
{
"name": "CVE-2025-38467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38467"
},
{
"name": "CVE-2024-34459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34459"
},
{
"name": "CVE-2025-21804",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21804"
},
{
"name": "CVE-2021-34558",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34558"
},
{
"name": "CVE-2021-3737",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3737"
},
{
"name": "CVE-2025-49795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49795"
},
{
"name": "CVE-2017-6837",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6837"
},
{
"name": "CVE-2014-9913",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9913"
},
{
"name": "CVE-2025-21934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21934"
},
{
"name": "CVE-2025-38072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38072"
},
{
"name": "CVE-2025-53044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53044"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2024-37407",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37407"
},
{
"name": "CVE-2015-4775",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4775"
},
{
"name": "CVE-2025-22011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22011"
},
{
"name": "CVE-2022-1725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1725"
},
{
"name": "CVE-2022-43252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43252"
},
{
"name": "CVE-2023-0614",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0614"
},
{
"name": "CVE-2016-0694",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0694"
},
{
"name": "CVE-2023-6228",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6228"
},
{
"name": "CVE-2021-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
},
{
"name": "CVE-2024-5197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5197"
},
{
"name": "CVE-2020-21606",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21606"
},
{
"name": "CVE-2025-38075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38075"
},
{
"name": "CVE-2025-38000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
},
{
"name": "CVE-2022-40674",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40674"
},
{
"name": "CVE-2025-1376",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1376"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2001-1269",
"url": "https://www.cve.org/CVERecord?id=CVE-2001-1269"
},
{
"name": "CVE-2025-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50087"
},
{
"name": "CVE-2024-22365",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22365"
},
{
"name": "CVE-2025-38058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38058"
},
{
"name": "CVE-2023-20873",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20873"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2025-38617",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38617"
},
{
"name": "CVE-2025-21762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21762"
},
{
"name": "CVE-2023-47169",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47169"
},
{
"name": "CVE-2025-38122",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38122"
},
{
"name": "CVE-2025-21801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21801"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2025-38083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38083"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2023-0795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0795"
},
{
"name": "CVE-2015-2583",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2583"
},
{
"name": "CVE-2025-21692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21692"
},
{
"name": "CVE-2025-38173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38173"
},
{
"name": "CVE-2022-21434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21434"
},
{
"name": "CVE-2025-2148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2148"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2025-38143",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38143"
},
{
"name": "CVE-2023-4039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4039"
},
{
"name": "CVE-2025-45768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45768"
},
{
"name": "CVE-2023-38469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38469"
},
{
"name": "CVE-2024-38428",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38428"
},
{
"name": "CVE-2022-3821",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3821"
},
{
"name": "CVE-2014-3577",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-3577"
},
{
"name": "CVE-2025-21869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21869"
},
{
"name": "CVE-2025-1365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1365"
},
{
"name": "CVE-2023-32570",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32570"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2023-52970",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52970"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2024-25062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25062"
},
{
"name": "CVE-2016-5841",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-5841"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2025-53101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53101"
},
{
"name": "CVE-2022-32205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32205"
},
{
"name": "CVE-2023-27534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27534"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2023-27536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27536"
},
{
"name": "CVE-2025-52434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52434"
},
{
"name": "CVE-2024-54458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54458"
},
{
"name": "CVE-2022-44267",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44267"
},
{
"name": "CVE-2024-26141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26141"
},
{
"name": "CVE-2015-4783",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4783"
},
{
"name": "CVE-2019-8321",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8321"
},
{
"name": "CVE-2025-21826",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21826"
},
{
"name": "CVE-2025-29768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29768"
},
{
"name": "CVE-2015-4774",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4774"
},
{
"name": "CVE-2023-50495",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50495"
},
{
"name": "CVE-2022-23772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23772"
},
{
"name": "CVE-2022-21294",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21294"
},
{
"name": "CVE-2025-21750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21750"
},
{
"name": "CVE-2017-11164",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11164"
},
{
"name": "CVE-2024-57924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57924"
},
{
"name": "CVE-2025-21912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21912"
},
{
"name": "CVE-2018-13440",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13440"
},
{
"name": "CVE-2022-42898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42898"
},
{
"name": "CVE-2025-46393",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46393"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2021-0561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0561"
},
{
"name": "CVE-2018-12599",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12599"
},
{
"name": "CVE-2025-21859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21859"
},
{
"name": "CVE-2025-38416",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38416"
},
{
"name": "CVE-2022-1587",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1587"
},
{
"name": "CVE-2025-21825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21825"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2017-7246",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7246"
},
{
"name": "CVE-2020-2755",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2755"
},
{
"name": "CVE-2025-8714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8714"
},
{
"name": "CVE-2023-27533",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27533"
},
{
"name": "CVE-2022-0284",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0284"
},
{
"name": "CVE-2017-7500",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7500"
},
{
"name": "CVE-2025-9086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9086"
},
{
"name": "CVE-2025-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49124"
},
{
"name": "CVE-2023-6481",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6481"
},
{
"name": "CVE-2024-58016",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58016"
},
{
"name": "CVE-2020-14779",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14779"
},
{
"name": "CVE-2025-21903",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21903"
},
{
"name": "CVE-2021-41772",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41772"
},
{
"name": "CVE-2021-32292",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32292"
},
{
"name": "CVE-2025-38194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38194"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-6378",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6378"
},
{
"name": "CVE-2024-10041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2022-34903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34903"
},
{
"name": "CVE-2023-1667",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1667"
},
{
"name": "CVE-2022-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2953"
},
{
"name": "CVE-2022-43238",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43238"
},
{
"name": "CVE-2025-3121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3121"
},
{
"name": "CVE-2022-4899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4899"
},
{
"name": "CVE-2022-43680",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43680"
},
{
"name": "CVE-2025-21956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21956"
},
{
"name": "CVE-2024-20696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20696"
},
{
"name": "CVE-2025-21761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21761"
},
{
"name": "CVE-2025-46149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46149"
},
{
"name": "CVE-2021-26945",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26945"
},
{
"name": "CVE-2025-37932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37932"
},
{
"name": "CVE-2022-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3219"
},
{
"name": "CVE-2025-46152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46152"
},
{
"name": "CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"name": "CVE-2024-57951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57951"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2022-34169",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34169"
},
{
"name": "CVE-2025-38348",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38348"
},
{
"name": "CVE-2023-34969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34969"
},
{
"name": "CVE-2025-21844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21844"
},
{
"name": "CVE-2025-21885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21885"
},
{
"name": "CVE-2020-22916",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
},
{
"name": "CVE-2025-21784",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21784"
},
{
"name": "CVE-2025-31672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31672"
},
{
"name": "CVE-2025-21681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21681"
},
{
"name": "CVE-2023-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22045"
},
{
"name": "CVE-2025-38540",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38540"
},
{
"name": "CVE-2025-5916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5916"
},
{
"name": "CVE-2025-21676",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21676"
},
{
"name": "CVE-2025-30721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30721"
},
{
"name": "CVE-2025-38403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38403"
},
{
"name": "CVE-2022-28463",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28463"
},
{
"name": "CVE-2022-23308",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23308"
},
{
"name": "CVE-2025-21726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21726"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2018-3779",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3779"
},
{
"name": "CVE-2024-21138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21138"
},
{
"name": "CVE-2020-28196",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28196"
},
{
"name": "CVE-2024-27407",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27407"
},
{
"name": "CVE-2025-41232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41232"
},
{
"name": "CVE-2024-58020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58020"
},
{
"name": "CVE-2025-50091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50091"
},
{
"name": "CVE-2025-10911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10911"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2021-31566",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31566"
},
{
"name": "CVE-2024-10963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10963"
},
{
"name": "CVE-2022-28805",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28805"
},
{
"name": "CVE-2024-26461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26461"
},
{
"name": "CVE-2024-34750",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34750"
},
{
"name": "CVE-2021-29923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29923"
},
{
"name": "CVE-2017-3604",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3604"
},
{
"name": "CVE-2025-21723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21723"
},
{
"name": "CVE-2023-0804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0804"
},
{
"name": "CVE-2023-22049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22049"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2025-21802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21802"
},
{
"name": "CVE-2022-21341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21341"
},
{
"name": "CVE-2025-38146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38146"
},
{
"name": "CVE-2025-21705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21705"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2023-27538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27538"
},
{
"name": "CVE-2022-1355",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1355"
},
{
"name": "CVE-2025-47291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47291"
},
{
"name": "CVE-2023-4641",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4641"
},
{
"name": "CVE-2025-27113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27113"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2023-36054",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36054"
},
{
"name": "CVE-2024-26458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26458"
},
{
"name": "CVE-2025-38418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38418"
},
{
"name": "CVE-2025-38090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38090"
},
{
"name": "CVE-2025-21721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21721"
},
{
"name": "CVE-2025-21810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21810"
},
{
"name": "CVE-2022-1420",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1420"
},
{
"name": "CVE-2022-23218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23218"
},
{
"name": "CVE-2021-24031",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-24031"
},
{
"name": "CVE-2025-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23166"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2025-46153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46153"
},
{
"name": "CVE-2025-21877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21877"
},
{
"name": "CVE-2023-0797",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0797"
},
{
"name": "CVE-2025-5994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5994"
},
{
"name": "CVE-2021-38115",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38115"
},
{
"name": "CVE-2025-38415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38415"
},
{
"name": "CVE-2021-31879",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31879"
},
{
"name": "CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2024-49887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49887"
},
{
"name": "CVE-2025-22134",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22134"
},
{
"name": "CVE-2021-35578",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35578"
},
{
"name": "CVE-2025-1215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1215"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2023-1916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1916"
},
{
"name": "CVE-2021-20309",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20309"
},
{
"name": "CVE-2022-29217",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29217"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2022-30634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30634"
},
{
"name": "CVE-2023-38472",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38472"
},
{
"name": "CVE-2024-56826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56826"
},
{
"name": "CVE-2017-12643",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12643"
},
{
"name": "CVE-2024-57953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57953"
},
{
"name": "CVE-2020-14583",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14583"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2023-48232",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48232"
},
{
"name": "CVE-2021-26720",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26720"
},
{
"name": "CVE-2025-54801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54801"
},
{
"name": "CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"name": "CVE-2025-53054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53054"
},
{
"name": "CVE-2025-21878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21878"
},
{
"name": "CVE-2023-24756",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24756"
},
{
"name": "CVE-2017-3607",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3607"
},
{
"name": "CVE-2021-44716",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44716"
},
{
"name": "CVE-2022-2520",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2520"
},
{
"name": "CVE-2022-21340",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21340"
},
{
"name": "CVE-2024-47874",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47874"
},
{
"name": "CVE-2025-21670",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21670"
},
{
"name": "CVE-2025-9403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9403"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2025-21739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21739"
},
{
"name": "CVE-2016-4074",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-4074"
},
{
"name": "CVE-2024-0746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0746"
},
{
"name": "CVE-2025-21775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21775"
},
{
"name": "CVE-2024-12254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12254"
},
{
"name": "CVE-2025-21846",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21846"
},
{
"name": "CVE-2022-33099",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33099"
},
{
"name": "CVE-2023-45931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45931"
},
{
"name": "CVE-2025-8114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8114"
},
{
"name": "CVE-2025-38400",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38400"
},
{
"name": "CVE-2023-6004",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6004"
},
{
"name": "CVE-2025-32387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32387"
},
{
"name": "CVE-2024-26775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26775"
},
{
"name": "CVE-2022-25309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25309"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-38136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38136"
},
{
"name": "CVE-2024-38808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38808"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2024-12747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12747"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2023-41175",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-41175"
},
{
"name": "CVE-2023-48234",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48234"
},
{
"name": "CVE-2025-55212",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55212"
},
{
"name": "CVE-2022-36087",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36087"
},
{
"name": "CVE-2022-32547",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32547"
},
{
"name": "CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"name": "CVE-2022-0351",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0351"
},
{
"name": "CVE-2022-35737",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35737"
},
{
"name": "CVE-2022-21293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21293"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2022-26280",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26280"
},
{
"name": "CVE-2025-37752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37752"
},
{
"name": "CVE-2025-55668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55668"
},
{
"name": "CVE-2023-7008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7008"
},
{
"name": "CVE-2022-1354",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1354"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2025-21873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21873"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2025-38048",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38048"
},
{
"name": "CVE-2019-13147",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13147"
},
{
"name": "CVE-2025-50104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50104"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2020-2800",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2800"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2018-11655",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11655"
},
{
"name": "CVE-2022-4415",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4415"
},
{
"name": "CVE-2022-2928",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2928"
},
{
"name": "CVE-2025-21765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21765"
},
{
"name": "CVE-2023-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3576"
},
{
"name": "CVE-2025-38477",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38477"
},
{
"name": "CVE-2023-4806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4806"
},
{
"name": "CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"name": "CVE-2025-57803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57803"
},
{
"name": "CVE-2023-46246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46246"
},
{
"name": "CVE-2025-21782",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21782"
},
{
"name": "CVE-2023-31437",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31437"
},
{
"name": "CVE-2023-47039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47039"
},
{
"name": "CVE-2025-30722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30722"
},
{
"name": "CVE-2024-43802",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43802"
},
{
"name": "CVE-2025-38177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38177"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2023-31484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31484"
},
{
"name": "CVE-2024-56827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56827"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2024-21145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21145"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2023-37769",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37769"
},
{
"name": "CVE-2025-21926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21926"
},
{
"name": "CVE-2022-21282",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21282"
},
{
"name": "CVE-2022-21349",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21349"
},
{
"name": "CVE-2020-29511",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29511"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2015-7697",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7697"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-21742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21742"
},
{
"name": "CVE-2025-30687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30687"
},
{
"name": "CVE-2023-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21968"
},
{
"name": "CVE-2022-43243",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43243"
},
{
"name": "CVE-2024-58002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58002"
},
{
"name": "CVE-2017-16231",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-16231"
},
{
"name": "CVE-2025-38406",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38406"
},
{
"name": "CVE-2025-50101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50101"
},
{
"name": "CVE-2025-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21930"
},
{
"name": "CVE-2021-35942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35942"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2025-38001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2025-24855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24855"
},
{
"name": "CVE-2025-5702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5702"
},
{
"name": "CVE-2025-21870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21870"
},
{
"name": "CVE-2017-9409",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9409"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2018-1000077",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000077"
},
{
"name": "CVE-2025-21892",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21892"
},
{
"name": "CVE-2024-58052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58052"
},
{
"name": "CVE-2025-21944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21944"
},
{
"name": "CVE-2025-21905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21905"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2016-0689",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0689"
},
{
"name": "CVE-2025-38352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38352"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2024-54456",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54456"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-21920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21920"
},
{
"name": "CVE-2025-55554",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55554"
},
{
"name": "CVE-2024-43168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43168"
},
{
"name": "CVE-2014-8140",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8140"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-22016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22016"
},
{
"name": "CVE-2025-4207",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4207"
},
{
"name": "CVE-2021-45346",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45346"
},
{
"name": "CVE-2025-37756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37756"
},
{
"name": "CVE-2022-0908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0908"
},
{
"name": "CVE-2025-38263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38263"
},
{
"name": "CVE-2025-21667",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21667"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2024-46901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46901"
},
{
"name": "CVE-2023-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49083"
},
{
"name": "CVE-2025-21955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21955"
},
{
"name": "CVE-2025-8677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8677"
},
{
"name": "CVE-2025-21773",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21773"
},
{
"name": "CVE-2025-53040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53040"
},
{
"name": "CVE-2025-38218",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38218"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2025-53906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53906"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2025-1352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1352"
},
{
"name": "CVE-2024-43167",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43167"
},
{
"name": "CVE-2021-28861",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28861"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2022-21248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21248"
},
{
"name": "CVE-2021-33574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33574"
},
{
"name": "CVE-2018-1000035",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000035"
},
{
"name": "CVE-2021-40211",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-40211"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2024-58001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58001"
},
{
"name": "CVE-2025-38393",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38393"
},
{
"name": "CVE-2024-26256",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26256"
},
{
"name": "CVE-2023-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21930"
},
{
"name": "CVE-2019-18276",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-18276"
},
{
"name": "CVE-2025-38618",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38618"
},
{
"name": "CVE-2021-3326",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3326"
},
{
"name": "CVE-2023-2283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2283"
},
{
"name": "CVE-2020-0499",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-0499"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-21724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21724"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2025-3136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3136"
},
{
"name": "CVE-2025-55160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55160"
},
{
"name": "CVE-2025-21891",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21891"
},
{
"name": "CVE-2025-38249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38249"
},
{
"name": "CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"name": "CVE-2025-22013",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22013"
},
{
"name": "CVE-2024-50157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50157"
},
{
"name": "CVE-2022-48703",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48703"
},
{
"name": "CVE-2025-38154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38154"
},
{
"name": "CVE-2022-1674",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1674"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2025-21858",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21858"
},
{
"name": "CVE-2025-41249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41249"
},
{
"name": "CVE-2022-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30699"
},
{
"name": "CVE-2025-21672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21672"
},
{
"name": "CVE-2025-38389",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38389"
},
{
"name": "CVE-2025-38448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38448"
},
{
"name": "CVE-2022-48281",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48281"
},
{
"name": "CVE-2023-2426",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2426"
},
{
"name": "CVE-2021-35938",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35938"
},
{
"name": "CVE-2025-30704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30704"
},
{
"name": "CVE-2021-35564",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35564"
},
{
"name": "CVE-2024-57949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57949"
},
{
"name": "CVE-2025-1632",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1632"
},
{
"name": "CVE-2021-20176",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20176"
},
{
"name": "CVE-2025-21979",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21979"
},
{
"name": "CVE-2022-3278",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3278"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2025-21821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21821"
},
{
"name": "CVE-2022-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28321"
},
{
"name": "CVE-2025-55298",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55298"
},
{
"name": "CVE-2022-43241",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43241"
},
{
"name": "CVE-2017-3606",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3606"
},
{
"name": "CVE-2023-52969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52969"
},
{
"name": "CVE-2018-1000073",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000073"
},
{
"name": "CVE-2025-38052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38052"
},
{
"name": "CVE-2025-38377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38377"
},
{
"name": "CVE-2023-20883",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20883"
},
{
"name": "CVE-2025-21733",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21733"
},
{
"name": "CVE-2023-22656",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22656"
},
{
"name": "CVE-2025-46551",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46551"
},
{
"name": "CVE-2025-43965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43965"
},
{
"name": "CVE-2022-40090",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40090"
},
{
"name": "CVE-2021-36408",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36408"
},
{
"name": "CVE-2023-24329",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24329"
},
{
"name": "CVE-2025-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
},
{
"name": "CVE-2025-53045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53045"
},
{
"name": "CVE-2023-39327",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39327"
},
{
"name": "CVE-2017-18253",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18253"
},
{
"name": "CVE-2024-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
},
{
"name": "CVE-2024-26462",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26462"
},
{
"name": "CVE-2024-58053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58053"
},
{
"name": "CVE-2025-38516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38516"
},
{
"name": "CVE-2025-30693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30693"
},
{
"name": "CVE-2025-38462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38462"
},
{
"name": "CVE-2025-38350",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38350"
},
{
"name": "CVE-2025-38428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38428"
},
{
"name": "CVE-2025-27363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27363"
},
{
"name": "CVE-2018-13410",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13410"
},
{
"name": "CVE-2025-2099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2099"
},
{
"name": "CVE-2025-38262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38262"
},
{
"name": "CVE-2025-6638",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6638"
},
{
"name": "CVE-2025-21585",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21585"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2025-38138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38138"
},
{
"name": "CVE-2021-3610",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3610"
},
{
"name": "CVE-2024-58077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58077"
},
{
"name": "CVE-2025-5283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5283"
},
{
"name": "CVE-2025-21754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21754"
},
{
"name": "CVE-2024-12088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12088"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2025-38035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38035"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2025-37997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37997"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2021-44717",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44717"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
},
{
"name": "CVE-2025-0395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0395"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2025-21960",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21960"
},
{
"name": "CVE-2025-38310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38310"
},
{
"name": "CVE-2025-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23084"
},
{
"name": "CVE-2015-4786",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4786"
},
{
"name": "CVE-2020-14155",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14155"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2025-37963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37963"
},
{
"name": "CVE-2022-43250",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43250"
},
{
"name": "CVE-2022-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40304"
},
{
"name": "CVE-2025-38226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38226"
},
{
"name": "CVE-2025-4947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4947"
},
{
"name": "CVE-2023-4911",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4911"
},
{
"name": "CVE-2022-29804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29804"
},
{
"name": "CVE-2023-38473",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38473"
},
{
"name": "CVE-2025-38443",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38443"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2025-52099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52099"
},
{
"name": "CVE-2023-43887",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43887"
},
{
"name": "CVE-2025-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21967"
},
{
"name": "CVE-2025-7424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7424"
},
{
"name": "CVE-2025-1094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1094"
},
{
"name": "CVE-2021-24032",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-24032"
},
{
"name": "CVE-2025-38439",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38439"
},
{
"name": "CVE-2022-1434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1434"
},
{
"name": "CVE-2025-41254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41254"
},
{
"name": "CVE-2022-21496",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21496"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2020-2757",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2757"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2025-38145",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38145"
},
{
"name": "CVE-2022-2598",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2598"
},
{
"name": "CVE-2020-27829",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27829"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2025-37948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37948"
},
{
"name": "CVE-2021-27645",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27645"
},
{
"name": "CVE-2025-21863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21863"
},
{
"name": "CVE-2025-21856",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21856"
},
{
"name": "CVE-2025-53053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53053"
},
{
"name": "CVE-2022-2509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2509"
},
{
"name": "CVE-2024-28835",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28835"
},
{
"name": "CVE-2025-54388",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54388"
},
{
"name": "CVE-2025-21749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21749"
},
{
"name": "CVE-2017-6839",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6839"
},
{
"name": "CVE-2023-1906",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1906"
},
{
"name": "CVE-2025-40025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40025"
},
{
"name": "CVE-2025-38051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38051"
},
{
"name": "CVE-2021-35556",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35556"
},
{
"name": "CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"name": "CVE-2022-34526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34526"
},
{
"name": "CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"name": "CVE-2023-47471",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47471"
},
{
"name": "CVE-2022-2868",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2868"
},
{
"name": "CVE-2022-1771",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1771"
},
{
"name": "CVE-2025-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21945"
},
{
"name": "CVE-2021-32492",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32492"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2025-55005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55005"
},
{
"name": "CVE-2025-32955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32955"
},
{
"name": "CVE-2025-8732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8732"
},
{
"name": "CVE-2025-38044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38044"
},
{
"name": "CVE-2022-1586",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1586"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2024-52616",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52616"
},
{
"name": "CVE-2025-38498",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38498"
},
{
"name": "CVE-2025-40015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40015"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2025-21673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21673"
},
{
"name": "CVE-2025-21829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21829"
},
{
"name": "CVE-2025-21502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21502"
},
{
"name": "CVE-2024-57999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57999"
},
{
"name": "CVE-2018-16645",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16645"
},
{
"name": "CVE-2025-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22008"
},
{
"name": "CVE-2023-38039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38039"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2022-21443",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21443"
},
{
"name": "CVE-2025-21969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21969"
},
{
"name": "CVE-2025-38200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38200"
},
{
"name": "CVE-2025-40007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40007"
},
{
"name": "CVE-2024-58072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58072"
},
{
"name": "CVE-2025-38273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38273"
},
{
"name": "CVE-2025-38346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38346"
},
{
"name": "CVE-2025-55315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55315"
},
{
"name": "CVE-2018-11813",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11813"
},
{
"name": "CVE-2025-21722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21722"
},
{
"name": "CVE-2024-50379",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50379"
},
{
"name": "CVE-2021-35560",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35560"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2025-21793",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21793"
},
{
"name": "CVE-2022-2719",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2719"
},
{
"name": "CVE-2025-21581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21581"
},
{
"name": "CVE-2022-45873",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45873"
},
{
"name": "CVE-2023-34151",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34151"
},
{
"name": "CVE-2023-51384",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51384"
},
{
"name": "CVE-2021-43809",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43809"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2015-1606",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-1606"
},
{
"name": "CVE-2025-21894",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21894"
},
{
"name": "CVE-2025-21919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21919"
},
{
"name": "CVE-2023-3896",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3896"
},
{
"name": "CVE-2023-2908",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2908"
},
{
"name": "CVE-2024-20945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20945"
},
{
"name": "CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"name": "CVE-2023-39615",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39615"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2025-21854",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21854"
},
{
"name": "CVE-2017-7501",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7501"
},
{
"name": "CVE-2024-21131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21131"
},
{
"name": "CVE-2023-31486",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31486"
},
{
"name": "CVE-2020-21599",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21599"
},
{
"name": "CVE-2025-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41242"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2013-0340",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-0340"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2025-21759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21759"
},
{
"name": "CVE-2023-32611",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32611"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2015-20107",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-20107"
},
{
"name": "CVE-2023-39978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39978"
},
{
"name": "CVE-2024-34397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34397"
},
{
"name": "CVE-2025-38320",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38320"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2025-8177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8177"
},
{
"name": "CVE-2025-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21968"
},
{
"name": "CVE-2024-58083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58083"
},
{
"name": "CVE-2021-20311",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20311"
},
{
"name": "CVE-2024-58055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58055"
},
{
"name": "CVE-2025-21991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
},
{
"name": "CVE-2023-28486",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28486"
},
{
"name": "CVE-2020-27618",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27618"
},
{
"name": "CVE-2024-57993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57993"
},
{
"name": "CVE-2025-21887",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21887"
},
{
"name": "CVE-2023-6246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6246"
},
{
"name": "CVE-2021-20241",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20241"
},
{
"name": "CVE-2017-12674",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12674"
},
{
"name": "CVE-2023-0800",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0800"
},
{
"name": "CVE-2025-62171",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62171"
},
{
"name": "CVE-2025-38280",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38280"
},
{
"name": "CVE-2023-5388",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5388"
},
{
"name": "CVE-2018-1000078",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000078"
},
{
"name": "CVE-2020-2756",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2756"
},
{
"name": "CVE-2025-50950",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50950"
},
{
"name": "CVE-2020-21605",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21605"
},
{
"name": "CVE-2024-54534",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54534"
},
{
"name": "CVE-2023-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21967"
},
{
"name": "CVE-2025-38084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38084"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2022-23219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23219"
},
{
"name": "CVE-2017-1000476",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-1000476"
},
{
"name": "CVE-2015-2640",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2640"
},
{
"name": "CVE-2025-30685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30685"
},
{
"name": "CVE-2024-41123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41123"
},
{
"name": "CVE-2025-6921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6921"
},
{
"name": "CVE-2015-8863",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8863"
},
{
"name": "CVE-2022-21619",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21619"
},
{
"name": "CVE-2025-30695",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30695"
},
{
"name": "CVE-2025-30688",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30688"
},
{
"name": "CVE-2023-5752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5752"
},
{
"name": "CVE-2018-11656",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11656"
},
{
"name": "CVE-2025-38103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38103"
},
{
"name": "CVE-2022-2127",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2127"
},
{
"name": "CVE-2021-25217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25217"
},
{
"name": "CVE-2025-38514",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38514"
},
{
"name": "CVE-2018-19876",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-19876"
},
{
"name": "CVE-2025-61780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61780"
},
{
"name": "CVE-2021-20310",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20310"
},
{
"name": "CVE-2021-20245",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20245"
},
{
"name": "CVE-2021-35561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35561"
},
{
"name": "CVE-2025-21732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21732"
},
{
"name": "CVE-2025-38569",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38569"
},
{
"name": "CVE-2022-21476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21476"
},
{
"name": "CVE-2023-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22796"
},
{
"name": "CVE-2025-21875",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21875"
},
{
"name": "CVE-2023-0361",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0361"
},
{
"name": "CVE-2025-38204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38204"
},
{
"name": "CVE-2021-40812",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-40812"
},
{
"name": "CVE-2021-4217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4217"
},
{
"name": "CVE-2023-32643",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32643"
},
{
"name": "CVE-2023-27537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27537"
},
{
"name": "CVE-2025-22015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22015"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2024-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2961"
},
{
"name": "CVE-2025-21962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
},
{
"name": "CVE-2025-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29786"
},
{
"name": "CVE-2025-21832",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21832"
},
{
"name": "CVE-2024-12133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2022-27780",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27780"
},
{
"name": "CVE-2018-9135",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-9135"
},
{
"name": "CVE-2025-38410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38410"
},
{
"name": "CVE-2025-21790",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21790"
},
{
"name": "CVE-2024-52316",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52316"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2021-39212",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39212"
},
{
"name": "CVE-2024-28182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28182"
},
{
"name": "CVE-2024-58014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58014"
},
{
"name": "CVE-2025-21680",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21680"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2017-12433",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12433"
},
{
"name": "CVE-2025-21924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21924"
},
{
"name": "CVE-2021-3574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3574"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
},
{
"name": "CVE-2022-21541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21541"
},
{
"name": "CVE-2025-22227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22227"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2024-58006",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58006"
},
{
"name": "CVE-2025-21710",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21710"
},
{
"name": "CVE-2022-21360",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21360"
},
{
"name": "CVE-2025-22088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22088"
},
{
"name": "CVE-2025-38460",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38460"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2022-25858",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25858"
},
{
"name": "CVE-2022-21296",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21296"
},
{
"name": "CVE-2022-48303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48303"
},
{
"name": "CVE-2025-38345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38345"
},
{
"name": "CVE-2022-21540",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21540"
},
{
"name": "CVE-2025-21815",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21815"
},
{
"name": "CVE-2025-50083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50083"
},
{
"name": "CVE-2024-37371",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37371"
},
{
"name": "CVE-2017-6836",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6836"
},
{
"name": "CVE-2021-3500",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3500"
},
{
"name": "CVE-2022-25310",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25310"
},
{
"name": "CVE-2023-38545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38545"
},
{
"name": "CVE-2021-43618",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43618"
},
{
"name": "CVE-2021-20251",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20251"
},
{
"name": "CVE-2025-21669",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21669"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2021-33621",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33621"
},
{
"name": "CVE-2025-57807",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57807"
},
{
"name": "CVE-2025-38231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38231"
},
{
"name": "CVE-2022-26488",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26488"
},
{
"name": "CVE-2025-21716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21716"
},
{
"name": "CVE-2024-49761",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49761"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2025-3777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3777"
},
{
"name": "CVE-2025-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
},
{
"name": "CVE-2024-0567",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0567"
},
{
"name": "CVE-2018-18384",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-18384"
},
{
"name": "CVE-2024-58080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58080"
},
{
"name": "CVE-2025-21744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21744"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2023-32665",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32665"
},
{
"name": "CVE-2025-31498",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31498"
},
{
"name": "CVE-2022-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30698"
},
{
"name": "CVE-2023-31438",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31438"
},
{
"name": "CVE-2024-57986",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57986"
},
{
"name": "CVE-2021-37750",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37750"
},
{
"name": "CVE-2025-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3576"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
},
{
"name": "CVE-2021-20244",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20244"
},
{
"name": "CVE-2025-38181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38181"
},
{
"name": "CVE-2025-21835",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21835"
},
{
"name": "CVE-2025-38391",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38391"
},
{
"name": "CVE-2025-11411",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11411"
},
{
"name": "CVE-2020-14577",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14577"
},
{
"name": "CVE-2022-3570",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3570"
},
{
"name": "CVE-2016-9844",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-9844"
},
{
"name": "CVE-2019-13136",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13136"
},
{
"name": "CVE-2025-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49014"
},
{
"name": "CVE-2021-36222",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36222"
},
{
"name": "CVE-2021-3941",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3941"
},
{
"name": "CVE-2022-0561",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0561"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2025-21811",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21811"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
}
],
"initial_release_date": "2025-11-06T00:00:00",
"last_revision_date": "2025-11-06T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0969",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-11-06T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36320",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36320"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36423",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36423"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2022-19",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36364"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36351"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36424",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36424"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36412",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36412"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36388",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36388"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36426",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36426"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36411",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36411"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36357",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36357"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36408",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36408"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36349",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36349"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36414",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36414"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36397",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36397"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36389",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36389"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36398",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36398"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36380",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36380"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-41",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36407"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36362",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36362"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36413",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36413"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36384",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36384"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36379",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36379"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36400",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36400"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36377",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36377"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36368",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36368"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36418",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36418"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36420",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36420"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36391",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36391"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36392",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36392"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36353",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36353"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-14",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36356"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36422",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36422"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36381",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36381"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36421",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36421"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36416",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36416"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-86",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36415"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36403",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36403"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36347",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36347"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36383",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36383"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36410",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36410"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36352",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36352"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36394",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36394"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36354",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36354"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36399",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36399"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36350"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36419",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36419"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-85",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36401"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2022-19",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36365"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36405",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36405"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2018-27",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36367"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36395",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36395"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36387",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36387"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36363",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36363"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36385",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36385"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36409",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36409"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36359"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36348",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36348"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36386",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36386"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36417",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36417"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36425",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36425"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2018-27",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36366"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-44",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36360"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36355",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36355"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36358"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36396",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36396"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36378",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36378"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36382",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36382"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36404",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36404"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-44",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36361"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36402",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36402"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36393",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36393"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36406",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36406"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36390",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36390"
}
]
}
CERTFR-2025-AVI-0524
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans VMware Tanzu. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Greenplum | Tanzu Greenplum Data Copy Utility versions antérieures à 2.8.0 | ||
| VMware | Tanzu | Tanzu Data Lake versions antérieures à 1.1.0 | ||
| VMware | Tanzu | Tanzu pour Postgres sur Kubernetes versions antérieures à 4.1.0 et 4.2.0 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum Command Center versions antérieures à 6.14.0 et 7.4.0 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum Backup and Restore versions antérieures à 1.31.1 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum Streaming Server versions antérieures à 2.1.0 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum versions 6.x antérieures à 6.29.1 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum versions 7.x antérieures à 7.5.0 | ||
| VMware | Tanzu | VMware Tanzu pour Valkey sur Kubernetes versions antérieures à 1.1.0 et 2.0.0 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu Greenplum Data Copy Utility versions ant\u00e9rieures \u00e0 2.8.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Data Lake versions ant\u00e9rieures \u00e0 1.1.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres sur Kubernetes versions ant\u00e9rieures \u00e0 4.1.0 et 4.2.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum Command Center versions ant\u00e9rieures \u00e0 6.14.0 et 7.4.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum Backup and Restore versions ant\u00e9rieures \u00e0 1.31.1",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum Streaming Server versions ant\u00e9rieures \u00e0 2.1.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum versions 6.x ant\u00e9rieures \u00e0 6.29.1",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum versions 7.x ant\u00e9rieures \u00e0 7.5.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu pour Valkey sur Kubernetes versions ant\u00e9rieures \u00e0 1.1.0 et 2.0.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2019-2126",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2126"
},
{
"name": "CVE-2020-11023",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11023"
},
{
"name": "CVE-2019-12900",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12900"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2021-45943",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45943"
},
{
"name": "CVE-2021-34141",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34141"
},
{
"name": "CVE-2022-1941",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1941"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2022-41862",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41862"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2022-40898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40898"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2023-2455",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2455"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2023-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37920"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2023-32681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32681"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2023-4752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4752"
},
{
"name": "CVE-2023-45853",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2023-5870",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5870"
},
{
"name": "CVE-2022-0543",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0543"
},
{
"name": "CVE-2023-4039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4039"
},
{
"name": "CVE-2021-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
},
{
"name": "CVE-2023-4016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4016"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-31484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31484"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2024-1580",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1580"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2024-23807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23807"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2023-5752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5752"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2024-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3596"
},
{
"name": "CVE-2024-26458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26458"
},
{
"name": "CVE-2024-26461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26461"
},
{
"name": "CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"name": "CVE-2023-4641",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4641"
},
{
"name": "CVE-2024-22365",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22365"
},
{
"name": "CVE-2024-22667",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22667"
},
{
"name": "CVE-2023-6228",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6228"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2024-24788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24788"
},
{
"name": "CVE-2024-7348",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7348"
},
{
"name": "CVE-2023-7008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7008"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2022-48468",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48468"
},
{
"name": "CVE-2023-48161",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48161"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2024-10976",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10976"
},
{
"name": "CVE-2024-10977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10977"
},
{
"name": "CVE-2024-10978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10978"
},
{
"name": "CVE-2024-10979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10979"
},
{
"name": "CVE-2024-10041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
},
{
"name": "CVE-2024-10963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10963"
},
{
"name": "CVE-2025-21490",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21490"
},
{
"name": "CVE-2025-21491",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21491"
},
{
"name": "CVE-2025-21497",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21497"
},
{
"name": "CVE-2025-21500",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21500"
},
{
"name": "CVE-2025-21501",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21501"
},
{
"name": "CVE-2025-21503",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21503"
},
{
"name": "CVE-2025-21505",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21505"
},
{
"name": "CVE-2025-21519",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21519"
},
{
"name": "CVE-2025-21522",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21522"
},
{
"name": "CVE-2025-21523",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21523"
},
{
"name": "CVE-2025-21529",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21529"
},
{
"name": "CVE-2025-21540",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21540"
},
{
"name": "CVE-2025-21546",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21546"
},
{
"name": "CVE-2025-21555",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21555"
},
{
"name": "CVE-2025-21559",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21559"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2025-1094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1094"
},
{
"name": "CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2022-42967",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42967"
},
{
"name": "CVE-2024-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8176"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-31650",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31650"
},
{
"name": "CVE-2025-31651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31651"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2025-27363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27363"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2024-12133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
},
{
"name": "CVE-2024-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2025-0395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0395"
},
{
"name": "CVE-2025-1390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1390"
},
{
"name": "CVE-2025-31115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31115"
},
{
"name": "CVE-2012-0880",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-0880"
},
{
"name": "CVE-2017-17507",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-17507"
},
{
"name": "CVE-2017-8806",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-8806"
},
{
"name": "CVE-2018-10126",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10126"
},
{
"name": "CVE-2018-11205",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11205"
},
{
"name": "CVE-2018-13866",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13866"
},
{
"name": "CVE-2018-13867",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13867"
},
{
"name": "CVE-2018-13868",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13868"
},
{
"name": "CVE-2018-13869",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13869"
},
{
"name": "CVE-2018-13870",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13870"
},
{
"name": "CVE-2018-13871",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13871"
},
{
"name": "CVE-2018-13872",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13872"
},
{
"name": "CVE-2018-13874",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13874"
},
{
"name": "CVE-2018-13875",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13875"
},
{
"name": "CVE-2018-13876",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13876"
},
{
"name": "CVE-2018-14031",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14031"
},
{
"name": "CVE-2018-14033",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14033"
},
{
"name": "CVE-2018-14034",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14034"
},
{
"name": "CVE-2018-14035",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14035"
},
{
"name": "CVE-2018-14460",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14460"
},
{
"name": "CVE-2018-15671",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15671"
},
{
"name": "CVE-2018-16438",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16438"
},
{
"name": "CVE-2018-17432",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17432"
},
{
"name": "CVE-2018-17433",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17433"
},
{
"name": "CVE-2018-17434",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17434"
},
{
"name": "CVE-2018-17435",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17435"
},
{
"name": "CVE-2018-17436",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17436"
},
{
"name": "CVE-2018-17437",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17437"
},
{
"name": "CVE-2018-17438",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17438"
},
{
"name": "CVE-2018-17439",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17439"
},
{
"name": "CVE-2019-20005",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20005"
},
{
"name": "CVE-2019-20006",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20006"
},
{
"name": "CVE-2019-20007",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20007"
},
{
"name": "CVE-2019-20198",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20198"
},
{
"name": "CVE-2019-20199",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20199"
},
{
"name": "CVE-2019-20200",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20200"
},
{
"name": "CVE-2019-20201",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20201"
},
{
"name": "CVE-2019-20202",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20202"
},
{
"name": "CVE-2019-6988",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6988"
},
{
"name": "CVE-2019-8396",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8396"
},
{
"name": "CVE-2019-8397",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8397"
},
{
"name": "CVE-2019-8398",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8398"
},
{
"name": "CVE-2019-9151",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9151"
},
{
"name": "CVE-2019-9152",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9152"
},
{
"name": "CVE-2020-10809",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10809"
},
{
"name": "CVE-2020-10810",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10810"
},
{
"name": "CVE-2020-10811",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10811"
},
{
"name": "CVE-2020-10812",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10812"
},
{
"name": "CVE-2020-18232",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18232"
},
{
"name": "CVE-2020-18494",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18494"
},
{
"name": "CVE-2021-26220",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26220"
},
{
"name": "CVE-2021-26221",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26221"
},
{
"name": "CVE-2021-26222",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26222"
},
{
"name": "CVE-2021-30485",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-30485"
},
{
"name": "CVE-2021-31229",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31229"
},
{
"name": "CVE-2021-31347",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31347"
},
{
"name": "CVE-2021-31348",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31348"
},
{
"name": "CVE-2021-31598",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31598"
},
{
"name": "CVE-2021-33430",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33430"
},
{
"name": "CVE-2021-37501",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37501"
},
{
"name": "CVE-2021-45829",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45829"
},
{
"name": "CVE-2021-45830",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45830"
},
{
"name": "CVE-2021-45832",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45832"
},
{
"name": "CVE-2021-45833",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45833"
},
{
"name": "CVE-2021-46242",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46242"
},
{
"name": "CVE-2021-46243",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46243"
},
{
"name": "CVE-2021-46244",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46244"
},
{
"name": "CVE-2022-25942",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25942"
},
{
"name": "CVE-2022-25972",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25972"
},
{
"name": "CVE-2022-26061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26061"
},
{
"name": "CVE-2022-30045",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30045"
},
{
"name": "CVE-2022-4055",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4055"
},
{
"name": "CVE-2022-47655",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-47655"
},
{
"name": "CVE-2023-0996",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0996"
},
{
"name": "CVE-2023-29659",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29659"
},
{
"name": "CVE-2023-32570",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32570"
},
{
"name": "CVE-2023-39328",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39328"
},
{
"name": "CVE-2023-39329",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39329"
},
{
"name": "CVE-2023-51792",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51792"
},
{
"name": "CVE-2023-6879",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6879"
},
{
"name": "CVE-2024-27304",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27304"
},
{
"name": "CVE-2024-29157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29157"
},
{
"name": "CVE-2024-29158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29158"
},
{
"name": "CVE-2024-29159",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29159"
},
{
"name": "CVE-2024-29160",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29160"
},
{
"name": "CVE-2024-29161",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29161"
},
{
"name": "CVE-2024-29162",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29162"
},
{
"name": "CVE-2024-29163",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29163"
},
{
"name": "CVE-2024-29164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29164"
},
{
"name": "CVE-2024-29165",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29165"
},
{
"name": "CVE-2024-29166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29166"
},
{
"name": "CVE-2024-32605",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32605"
},
{
"name": "CVE-2024-32606",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32606"
},
{
"name": "CVE-2024-32607",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32607"
},
{
"name": "CVE-2024-32608",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32608"
},
{
"name": "CVE-2024-32609",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32609"
},
{
"name": "CVE-2024-32610",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32610"
},
{
"name": "CVE-2024-32611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32611"
},
{
"name": "CVE-2024-32612",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32612"
},
{
"name": "CVE-2024-32613",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32613"
},
{
"name": "CVE-2024-32614",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32614"
},
{
"name": "CVE-2024-32615",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32615"
},
{
"name": "CVE-2024-32616",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32616"
},
{
"name": "CVE-2024-32617",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32617"
},
{
"name": "CVE-2024-32618",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32618"
},
{
"name": "CVE-2024-32619",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32619"
},
{
"name": "CVE-2024-32620",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32620"
},
{
"name": "CVE-2024-32621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32621"
},
{
"name": "CVE-2024-32622",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32622"
},
{
"name": "CVE-2024-32623",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32623"
},
{
"name": "CVE-2024-32624",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32624"
},
{
"name": "CVE-2024-33873",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33873"
},
{
"name": "CVE-2024-33874",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33874"
},
{
"name": "CVE-2024-33875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33875"
},
{
"name": "CVE-2024-33876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33876"
},
{
"name": "CVE-2024-33877",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33877"
},
{
"name": "CVE-2024-34402",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34402"
},
{
"name": "CVE-2024-34403",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34403"
},
{
"name": "CVE-2024-38949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38949"
},
{
"name": "CVE-2024-38950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38950"
},
{
"name": "CVE-2024-41996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41996"
},
{
"name": "CVE-2024-45993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45993"
},
{
"name": "CVE-2024-46981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46981"
},
{
"name": "CVE-2024-49203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49203"
},
{
"name": "CVE-2024-5171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5171"
},
{
"name": "CVE-2024-51741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51741"
},
{
"name": "CVE-2024-52522",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52522"
},
{
"name": "CVE-2024-52616",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52616"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2024-53920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53920"
},
{
"name": "CVE-2024-56378",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56378"
},
{
"name": "CVE-2024-56406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56406"
},
{
"name": "CVE-2024-56826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56826"
},
{
"name": "CVE-2024-56827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56827"
},
{
"name": "CVE-2024-6716",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6716"
},
{
"name": "CVE-2025-2153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2153"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-23022",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23022"
},
{
"name": "CVE-2025-24528",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24528"
},
{
"name": "CVE-2025-4802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
}
],
"initial_release_date": "2025-06-19T00:00:00",
"last_revision_date": "2025-06-19T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0524",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-06-19T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans VMware Tanzu. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans VMware Tanzu",
"vendor_advisories": [
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35841",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35841"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35844",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35844"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35843",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35843"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35842",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35842"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35846",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35846"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35849",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35849"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35840",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35840"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35847",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35847"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35839",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35839"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35845",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35845"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35848",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35848"
}
]
}
gsd-2023-45287
Vulnerability from gsd
{
"GSD": {
"alias": "CVE-2023-45287",
"id": "GSD-2023-45287"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2023-45287"
],
"details": "Before Go 1.20, the RSA based TLS key exchanges used the math/big library, which is not constant time. RSA blinding was applied to prevent timing attacks, but analysis shows this may not have been fully effective. In particular it appears as if the removal of PKCS#1 padding may leak timing information, which in turn could be used to recover session key bits. In Go 1.20, the crypto/tls library switched to a fully constant time RSA implementation, which we do not believe exhibits any timing side channels.",
"id": "GSD-2023-45287",
"modified": "2023-12-13T01:20:37.867685Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2023-45287",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "crypto/tls",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_name": "0",
"version_value": "1.20.0"
}
]
}
}
]
},
"vendor_name": "Go standard library"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Before Go 1.20, the RSA based TLS key exchanges used the math/big library, which is not constant time. RSA blinding was applied to prevent timing attacks, but analysis shows this may not have been fully effective. In particular it appears as if the removal of PKCS#1 padding may leak timing information, which in turn could be used to recover session key bits. In Go 1.20, the crypto/tls library switched to a fully constant time RSA implementation, which we do not believe exhibits any timing side channels."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-208: Observable Timing Discrepancy"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://go.dev/issue/20654",
"refsource": "MISC",
"url": "https://go.dev/issue/20654"
},
{
"name": "https://go.dev/cl/326012/26",
"refsource": "MISC",
"url": "https://go.dev/cl/326012/26"
},
{
"name": "https://groups.google.com/g/golang-announce/c/QMK8IQALDvA",
"refsource": "MISC",
"url": "https://groups.google.com/g/golang-announce/c/QMK8IQALDvA"
},
{
"name": "https://people.redhat.com/~hkario/marvin/",
"refsource": "MISC",
"url": "https://people.redhat.com/~hkario/marvin/"
},
{
"name": "https://pkg.go.dev/vuln/GO-2023-2375",
"refsource": "MISC",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
},
{
"name": "https://security.netapp.com/advisory/ntap-20240112-0005/",
"refsource": "MISC",
"url": "https://security.netapp.com/advisory/ntap-20240112-0005/"
}
]
}
},
"nvd.nist.gov": {
"cve": {
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*",
"matchCriteriaId": "A96BDB4B-F1DA-4948-8E56-8B4933BB8BC2",
"versionEndExcluding": "1.20.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Before Go 1.20, the RSA based TLS key exchanges used the math/big library, which is not constant time. RSA blinding was applied to prevent timing attacks, but analysis shows this may not have been fully effective. In particular it appears as if the removal of PKCS#1 padding may leak timing information, which in turn could be used to recover session key bits. In Go 1.20, the crypto/tls library switched to a fully constant time RSA implementation, which we do not believe exhibits any timing side channels."
},
{
"lang": "es",
"value": "Antes de Go 1.20, los intercambios de claves TLS basados en RSA utilizaban la librer\u00eda math/big, que no es un tiempo constante. Se aplic\u00f3 blinding RSA para prevenir ataques sincronizados, pero el an\u00e1lisis muestra que esto puede no haber sido completamente efectivo. En particular, parece que la eliminaci\u00f3n del relleno PKCS#1 puede filtrar informaci\u00f3n de tiempo, que a su vez podr\u00eda usarse para recuperar bits de clave de sesi\u00f3n. En Go 1.20, la librer\u00eda crypto/tls cambi\u00f3 a una implementaci\u00f3n RSA de tiempo completamente constante, que no creemos que muestre ning\u00fan canal lateral de temporizaci\u00f3n."
}
],
"id": "CVE-2023-45287",
"lastModified": "2024-01-12T14:15:48.310",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2023-12-05T17:15:08.570",
"references": [
{
"source": "security@golang.org",
"tags": [
"Issue Tracking"
],
"url": "https://go.dev/cl/326012/26"
},
{
"source": "security@golang.org",
"tags": [
"Issue Tracking"
],
"url": "https://go.dev/issue/20654"
},
{
"source": "security@golang.org",
"tags": [
"Mailing List",
"Release Notes"
],
"url": "https://groups.google.com/g/golang-announce/c/QMK8IQALDvA"
},
{
"source": "security@golang.org",
"tags": [
"Third Party Advisory"
],
"url": "https://people.redhat.com/~hkario/marvin/"
},
{
"source": "security@golang.org",
"tags": [
"Vendor Advisory"
],
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
},
{
"source": "security@golang.org",
"url": "https://security.netapp.com/advisory/ntap-20240112-0005/"
}
],
"sourceIdentifier": "security@golang.org",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-203"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
}
}
}
msrc_cve-2023-45287
Vulnerability from csaf_microsoft
Notes
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2023-45287 Before Go 1.20, the RSA based key exchange methods in crypto/tls may exhibit a timing side channel - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2023/msrc_cve-2023-45287.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Before Go 1.20, the RSA based key exchange methods in crypto/tls may exhibit a timing side channel",
"tracking": {
"current_release_date": "2025-09-03T21:28:14.000Z",
"generator": {
"date": "2025-10-20T00:49:37.101Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2023-45287",
"initial_release_date": "2023-12-01T08:00:00.000Z",
"revision_history": [
{
"date": "2025-09-03T21:28:14.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 golang 1.17.13-2",
"product": {
"name": "\u003ccbl2 golang 1.17.13-2",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "cbl2 golang 1.17.13-2",
"product": {
"name": "cbl2 golang 1.17.13-2",
"product_id": "19778"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 golang 1.21.6-1",
"product": {
"name": "\u003ccbl2 golang 1.21.6-1",
"product_id": "15"
}
},
{
"category": "product_version",
"name": "cbl2 golang 1.21.6-1",
"product": {
"name": "cbl2 golang 1.21.6-1",
"product_id": "17375"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 golang 1.20.0-1",
"product": {
"name": "\u003ccbl2 golang 1.20.0-1",
"product_id": "12"
}
},
{
"category": "product_version",
"name": "cbl2 golang 1.20.0-1",
"product": {
"name": "cbl2 golang 1.20.0-1",
"product_id": "18157"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 golang 1.20.0-1",
"product": {
"name": "\u003cazl3 golang 1.20.0-1",
"product_id": "11"
}
},
{
"category": "product_version",
"name": "azl3 golang 1.20.0-1",
"product": {
"name": "azl3 golang 1.20.0-1",
"product_id": "18158"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 golang 1.18.8-7",
"product": {
"name": "\u003ccbl2 golang 1.18.8-7",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "cbl2 golang 1.18.8-7",
"product": {
"name": "cbl2 golang 1.18.8-7",
"product_id": "19785"
}
}
],
"category": "product_name",
"name": "golang"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 msft-golang 1.20.0-1",
"product": {
"name": "\u003ccbl2 msft-golang 1.20.0-1",
"product_id": "13"
}
},
{
"category": "product_version",
"name": "cbl2 msft-golang 1.20.0-1",
"product": {
"name": "cbl2 msft-golang 1.20.0-1",
"product_id": "18156"
}
}
],
"category": "product_name",
"name": "msft-golang"
},
{
"category": "product_name",
"name": "cbl2 gcc 11.2.0-8",
"product": {
"name": "cbl2 gcc 11.2.0-8",
"product_id": "4"
}
},
{
"category": "product_name",
"name": "azl3 gcc 13.2.0-7",
"product": {
"name": "azl3 gcc 13.2.0-7",
"product_id": "10"
}
},
{
"category": "product_name",
"name": "azl3 golang 1.23.9-1",
"product": {
"name": "azl3 golang 1.23.9-1",
"product_id": "8"
}
},
{
"category": "product_name",
"name": "cbl2 python-tensorboard 2.11.0-3",
"product": {
"name": "cbl2 python-tensorboard 2.11.0-3",
"product_id": "5"
}
},
{
"category": "product_name",
"name": "azl3 golang 1.23.8-1",
"product": {
"name": "azl3 golang 1.23.8-1",
"product_id": "3"
}
},
{
"category": "product_name",
"name": "azl3 golang 1.24.3-1",
"product": {
"name": "azl3 golang 1.24.3-1",
"product_id": "6"
}
},
{
"category": "product_name",
"name": "cbl2 tensorflow 2.11.1-2",
"product": {
"name": "cbl2 tensorflow 2.11.1-2",
"product_id": "9"
}
},
{
"category": "product_name",
"name": "azl3 tensorflow 2.16.1-9",
"product": {
"name": "azl3 tensorflow 2.16.1-9",
"product_id": "14"
}
},
{
"category": "product_name",
"name": "azl3 python-tensorboard 2.16.2-6",
"product": {
"name": "azl3 python-tensorboard 2.16.2-6",
"product_id": "7"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 gcc 11.2.0-8 as a component of CBL Mariner 2.0",
"product_id": "17086-4"
},
"product_reference": "4",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 gcc 13.2.0-7 as a component of Azure Linux 3.0",
"product_id": "17084-10"
},
"product_reference": "10",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 golang 1.23.9-1 as a component of Azure Linux 3.0",
"product_id": "17084-8"
},
"product_reference": "8",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 golang 1.17.13-2 as a component of CBL Mariner 2.0",
"product_id": "17086-2"
},
"product_reference": "2",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 golang 1.17.13-2 as a component of CBL Mariner 2.0",
"product_id": "19778-17086"
},
"product_reference": "19778",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 python-tensorboard 2.11.0-3 as a component of CBL Mariner 2.0",
"product_id": "17086-5"
},
"product_reference": "5",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 golang 1.23.8-1 as a component of Azure Linux 3.0",
"product_id": "17084-3"
},
"product_reference": "3",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 golang 1.24.3-1 as a component of Azure Linux 3.0",
"product_id": "17084-6"
},
"product_reference": "6",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 golang 1.21.6-1 as a component of CBL Mariner 2.0",
"product_id": "17086-15"
},
"product_reference": "15",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 golang 1.21.6-1 as a component of CBL Mariner 2.0",
"product_id": "17375-17086"
},
"product_reference": "17375",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 msft-golang 1.20.0-1 as a component of CBL Mariner 2.0",
"product_id": "17086-13"
},
"product_reference": "13",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 msft-golang 1.20.0-1 as a component of CBL Mariner 2.0",
"product_id": "18156-17086"
},
"product_reference": "18156",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 golang 1.20.0-1 as a component of CBL Mariner 2.0",
"product_id": "17086-12"
},
"product_reference": "12",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 golang 1.20.0-1 as a component of CBL Mariner 2.0",
"product_id": "18157-17086"
},
"product_reference": "18157",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 golang 1.20.0-1 as a component of Azure Linux 3.0",
"product_id": "17084-11"
},
"product_reference": "11",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 golang 1.20.0-1 as a component of Azure Linux 3.0",
"product_id": "18158-17084"
},
"product_reference": "18158",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 golang 1.18.8-7 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 golang 1.18.8-7 as a component of CBL Mariner 2.0",
"product_id": "19785-17086"
},
"product_reference": "19785",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 tensorflow 2.11.1-2 as a component of CBL Mariner 2.0",
"product_id": "17086-9"
},
"product_reference": "9",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 tensorflow 2.16.1-9 as a component of Azure Linux 3.0",
"product_id": "17084-14"
},
"product_reference": "14",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 python-tensorboard 2.16.2-6 as a component of Azure Linux 3.0",
"product_id": "17084-7"
},
"product_reference": "7",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-203",
"name": "Observable Discrepancy"
},
"flags": [
{
"label": "component_not_present",
"product_ids": [
"17086-4",
"17084-8",
"17086-5",
"17084-3",
"17084-6",
"17086-9",
"17084-14",
"17084-7"
]
},
{
"label": "vulnerable_code_not_present",
"product_ids": [
"17084-10"
]
}
],
"notes": [
{
"category": "general",
"text": "Go",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"19778-17086",
"17375-17086",
"18156-17086",
"18157-17086",
"18158-17084",
"19785-17086"
],
"known_affected": [
"17086-2",
"17086-15",
"17086-13",
"17086-12",
"17084-11",
"17086-1"
],
"known_not_affected": [
"17086-4",
"17084-10",
"17084-8",
"17086-5",
"17084-3",
"17084-6",
"17086-9",
"17084-14",
"17084-7"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-45287 Before Go 1.20, the RSA based key exchange methods in crypto/tls may exhibit a timing side channel - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2023/msrc_cve-2023-45287.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-03T21:28:14.000Z",
"details": "Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-2",
"17086-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-09-03T21:28:14.000Z",
"details": "1.21.6-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-15"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-09-03T21:28:14.000Z",
"details": "1.20.0-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-13",
"17086-12",
"17084-11"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"17086-2",
"17086-15",
"17086-13",
"17086-12",
"17084-11",
"17086-1"
]
}
],
"title": "Before Go 1.20, the RSA based key exchange methods in crypto/tls may exhibit a timing side channel"
}
]
}
fkie_cve-2023-45287
Vulnerability from fkie_nvd
| URL | Tags | ||
|---|---|---|---|
| security@golang.org | https://go.dev/cl/326012/26 | Issue Tracking | |
| security@golang.org | https://go.dev/issue/20654 | Issue Tracking | |
| security@golang.org | https://groups.google.com/g/golang-announce/c/QMK8IQALDvA | Mailing List, Release Notes | |
| security@golang.org | https://people.redhat.com/~hkario/marvin/ | Third Party Advisory | |
| security@golang.org | https://pkg.go.dev/vuln/GO-2023-2375 | Vendor Advisory | |
| security@golang.org | https://security.netapp.com/advisory/ntap-20240112-0005/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://go.dev/cl/326012/26 | Issue Tracking | |
| af854a3a-2127-422b-91ae-364da2661108 | https://go.dev/issue/20654 | Issue Tracking | |
| af854a3a-2127-422b-91ae-364da2661108 | https://groups.google.com/g/golang-announce/c/QMK8IQALDvA | Mailing List, Release Notes | |
| af854a3a-2127-422b-91ae-364da2661108 | https://people.redhat.com/~hkario/marvin/ | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://pkg.go.dev/vuln/GO-2023-2375 | Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20240112-0005/ |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*",
"matchCriteriaId": "A96BDB4B-F1DA-4948-8E56-8B4933BB8BC2",
"versionEndExcluding": "1.20.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Before Go 1.20, the RSA based TLS key exchanges used the math/big library, which is not constant time. RSA blinding was applied to prevent timing attacks, but analysis shows this may not have been fully effective. In particular it appears as if the removal of PKCS#1 padding may leak timing information, which in turn could be used to recover session key bits. In Go 1.20, the crypto/tls library switched to a fully constant time RSA implementation, which we do not believe exhibits any timing side channels."
},
{
"lang": "es",
"value": "Antes de Go 1.20, los intercambios de claves TLS basados en RSA utilizaban la librer\u00eda math/big, que no es un tiempo constante. Se aplic\u00f3 blinding RSA para prevenir ataques sincronizados, pero el an\u00e1lisis muestra que esto puede no haber sido completamente efectivo. En particular, parece que la eliminaci\u00f3n del relleno PKCS#1 puede filtrar informaci\u00f3n de tiempo, que a su vez podr\u00eda usarse para recuperar bits de clave de sesi\u00f3n. En Go 1.20, la librer\u00eda crypto/tls cambi\u00f3 a una implementaci\u00f3n RSA de tiempo completamente constante, que no creemos que muestre ning\u00fan canal lateral de temporizaci\u00f3n."
}
],
"id": "CVE-2023-45287",
"lastModified": "2024-11-21T08:26:42.250",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2023-12-05T17:15:08.570",
"references": [
{
"source": "security@golang.org",
"tags": [
"Issue Tracking"
],
"url": "https://go.dev/cl/326012/26"
},
{
"source": "security@golang.org",
"tags": [
"Issue Tracking"
],
"url": "https://go.dev/issue/20654"
},
{
"source": "security@golang.org",
"tags": [
"Mailing List",
"Release Notes"
],
"url": "https://groups.google.com/g/golang-announce/c/QMK8IQALDvA"
},
{
"source": "security@golang.org",
"tags": [
"Third Party Advisory"
],
"url": "https://people.redhat.com/~hkario/marvin/"
},
{
"source": "security@golang.org",
"tags": [
"Vendor Advisory"
],
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
},
{
"source": "security@golang.org",
"url": "https://security.netapp.com/advisory/ntap-20240112-0005/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Issue Tracking"
],
"url": "https://go.dev/cl/326012/26"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Issue Tracking"
],
"url": "https://go.dev/issue/20654"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Release Notes"
],
"url": "https://groups.google.com/g/golang-announce/c/QMK8IQALDvA"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://people.redhat.com/~hkario/marvin/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Vendor Advisory"
],
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://security.netapp.com/advisory/ntap-20240112-0005/"
}
],
"sourceIdentifier": "security@golang.org",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-203"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.